ThisIsMissEm / jade-tmbundle

[DEPRECATED] A textmate bundle for the Jade language
http://jade-lang.com
220 stars 81 forks source link

Fix TM crash problem #12

Closed lgrz closed 13 years ago

lgrz commented 13 years ago

I seemed to have fixed the crashing issues, and added some more highlighting for javascript. The javascript highlighting is for blocks in the script tag, I've found one case where the highlighting fails, there may be more.

There are also a few other bugs in the highlighting at the moment.

// case where script highlighting fails
!!! 5
  head
    script
      var a = "javascript";
  body
tj commented 13 years ago

awesome, appreciate it!