brianc / jade-mode

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

wrong syntax highlighting on stylus nested selectors and comments #52

Open chillum opened 9 years ago

chillum commented 9 years ago

Hi,

This is not highlighted correctly:

li // some comment
  list-style none
  li // nested lists
    margin-left -2.5em

But this is correct:

li // some comment
  list-style none
  li
    margin-left -2.5em // nested lists

I think, that's a bug in syntax highlighting.