brianc / jade-mode

Emacs major mode for jade template highlighting
MIT License
157 stars 42 forks source link

[#37] Highlight string lit. manually - Closes #37 #38

Closed tjefferson08 closed 9 years ago

tjefferson08 commented 9 years ago
- Turn off syntactic font-lock and simply highlight string literals
  with their own font-lock-keywords rule
- We lose the highlighting of the in-progress string literals, but
  the benefits outweigh that issue for now, IMO
tjefferson08 commented 9 years ago

OK gonna merge this for now, but I'm working on using the built in js-mode to highlight regions as javascript, which will take care of this in a more permanent manner.