Edit syntaxe highlighting
I have haxe plugin, but it's not perfect:
It wont highlight conditional compiling elements the way it should
#if !html5
import format.SWF;
#end
Because of # that is not supported in this plugins highlighting it will *break* entire pages highlighting.
My question is - where in settings I could define to treat # same as // (comment prefix)
Thank you!
Please sign in to leave a comment.
Hi Valters!
What version of the plugin do you use? And could you please attache screenshot of the bad highlighting.
Best,
Fedor
You can see sometimes comments the code and sometimes no.
%2023.54.41.png)
%2023.55.13.png)
And in second one you see the class flixel.system and it has too many conditionals compiler and then it gives error on class FlxAssets, but its there.
Thanks a lot