brianc / jade-mode

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

fix error while fontifying pipe regions #41

Closed tjefferson08 closed 9 years ago

tjefferson08 commented 9 years ago
- the tag regexp was the culprit who broke the jit-function call
- also fix my usage of \\t to match tab (turns out it's just \t)
- annnnd kinda hard to see in the diff but no need to use the
  in-list eval notation for regexps like this -> ,"string", so
  remove that!