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

Incorrect javascript highlighting #52

Closed mickvangelderen closed 8 years ago

mickvangelderen commented 9 years ago

Hey there,

I think the following code is incorrectly highlighted:

(function(){
})('=');

Highlighed code

davidrios commented 9 years ago

It works for me. Here too:

script.
  (function(){
  })('=');

Maybe you are using a newer unsupported version of sublime? See #47.

mickvangelderen commented 9 years ago

I get this result on Windows 7, Sublime Text 3 build 3083.

davidrios commented 9 years ago

Try to disable every custom package installed except this Jade bundle, and see if that have any effect.

davidrios commented 8 years ago

I'm closing this for lack of further feedback.