Encountered a syntax highlight problem with Sublime Text 2.
Comments / were highlighted properly only with(or without) plain spaces preceding them, while indentation is done with tabs.
Changing spaces with \s in some specific regexps did help though.
Merging won't do any harm yet will fix a tiny bug.
Encountered a syntax highlight problem with Sublime Text 2.
Comments
/
were highlighted properly only with(or without) plain spaces preceding them, while indentation is done with tabs. Changing spaces with\s
in some specific regexps did help though.Merging won't do any harm yet will fix a tiny bug.