cschreib/sublime-idl

Comment characters within brackets

Closed this issue · 2 comments

Comment characters are not respected inside brackets.

Simple example:

array = [ 1, $
         ;3, $
         5]

This code sample is highlighted correctly on my side:
screenshot-area-2017-03-25-191224

If you see the same thing on your end, can you describe more clearly what the problem is?

Oh sorry, I just realized I had fixed that in an old commit (b771dc3) and never pushed it in a release. So this will be fixed in the next release!