davidrios / jade-tmbundle

A comprehensive textmate / sublime text bundle for the Jade template language.
https://github.com/davidrios/jade-tmbundle
MIT License
102 stars 31 forks source link

Problems on Sublime Text build 3085 or newer #47

Closed davidrios closed 7 years ago

davidrios commented 9 years ago

https://www.sublimetext.com/forum/viewtopic.php?p=68210 The regex engine of Sublime Text was changed as of version 3 build 3085, and since this highlighter rely on some obscure features of the old engine, it might not work on the new one. I don't think it is possible to support both engines with the same bundle, I was pretty much forced to use those obscure features to implement this highlighter correctly. We will have to wait and see if they add some compatibility option to use the old engine, I'll ask for that on their forum.

tl;dr Consider this bundle officially incompatible with dev builds of Sublime Text for the time being. If you have problems, stick with the latest stable release (8083).

partap commented 9 years ago

I just checked the website and it looks like they have rolled back to build 3083 as the latest version.
Highlighting works correctly with this version.

edit: the dev page now has 3086, which also appears to fix the highlighting problem

davidrios commented 7 years ago

This issue doesn't seem to exist anymore.