@kugel- well… if the language(s) recognizes those as spaces, it'd be good. However, it'd be hard to implement, because for now all of ctags reads bytes, not characters; so recognizing a Unicode space would require reading the whole code point (at least) and check that.


Reply to this email directly or view it on GitHub.