brianc / jade-mode

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

syntax highlighting issue with jade-mode and compact syntax #53

Open chillum opened 9 years ago

chillum commented 9 years ago

Hi,

This is not rendered correctly:

span: a(href='about:blank') aa

But this is fine:

span
  a(href='about:blank') aa

And yes, these constructions generate same Jade output.

tjefferson08 commented 9 years ago

Great find! I had to dig through the docs to make sure this was an officially supported construct. I found it here under 'Block Expansion'.

Highlighting this construct will push our simple search-based highlighting even further, but I don't doubt that it can be accomplished. Thanks!