possan / sublime_unicode_nbsp

A sublime text plugin that highlights unicode characters such as non breakable spaces and others that break compilers/linters
30 stars 17 forks source link

Does this work in Sublime Text 2? #5

Open srikat opened 11 years ago

srikat commented 11 years ago

I have code in ST 2 that has unicode characters which is resulting in blank screen of the web app.

http://pastie.org/private/5revtkl1jozty69ejzqlhq

I installed this plugin through Package Manager and restarted ST 2. However I don't see these invalid characters being highlighted.

Please advise.

possan commented 11 years ago

I merged a pull request a couple of days ago, that might be why it stopped working, i'll look into that later today, the change is this: https://github.com/possan/sublime_unicode_nbsp/commit/9283b669500878089bab3b7454fe4065fea36874 i guess it has to do with the flags= thing

possan commented 11 years ago

Yes, if i remove the "flags=" on line 130 it works in ST2