Syntax highlighting (final solution)
Status: Beta
Brought to you by:
dtmoser
I see some "Syntax Highlighting for XYZ" tickets already, and I do miss my language of choice too. Why did you choose to use your own syntax highlighter instead of using existing solution? Eg. Pygments which has syntax definitions for so many syntaxes. Or at least use some standard syntax definition files like .tmLanguage or use Vim's definitions (http://vim.wikia.com/wiki/Creating_your_own_syntax_files). Anything that has some support behind.