Issue by njx
Wednesday Oct 03, 2012 at 15:23 GMT
Originally opened as adobe/brackets#1753
HTMLUtils had a number of private functions that navigate through the CodeMirror code coloring tokens in the current editor. These are completely generic (not specific to HTML), and would be useful for extensions that need to do light parsing based on the tokenization. This pull request factors those functions out into a separate TokenUtils class.
njx included the following code: https://github.com/adobe/brackets/pull/1753/commits
Wednesday Oct 03, 2012 at 15:23 GMT
Originally opened as adobe/brackets#1753
HTMLUtils had a number of private functions that navigate through the CodeMirror code coloring tokens in the current editor. These are completely generic (not specific to HTML), and would be useful for extensions that need to do light parsing based on the tokenization. This pull request factors those functions out into a separate TokenUtils class.
njx included the following code: https://github.com/adobe/brackets/pull/1753/commits