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!