Closed StokesMagee closed 8 years ago
Can confirm this is also a issue for myself
Issue appears to be related to https://github.com/JonBons/Sublime-SQF-Language/commit/8de744faf035d6b820ffcceb60a5c41f1c58feb9
I get it. It's a side effect of making /
a math command. Should be fixed by changing the order of math commands vs comments
Changing the order to prioritize comments while preserving / as math seems to work for me, thanks.
:(
It would appear that the & operator syntax is also affected, so far haven't attempted to restore old behaviour as its a small issue but it would be nice to also get this resolved (I'm big on syntaxing and styling)
I fixed this in https://github.com/JonBons/Sublime-SQF-Language/pull/27
Sorry that I didn't notice that you can't use escaping inside \b()
There seems to be a coloring issue with comments. ( /* comment */ ) and ( // comment)