atom-jade
atom-jade copied to clipboard
tag interpolation bug
When using tag interpolation (inline elements) with the #[ ]
syntax, atom treats each word inside as if it is a tag. It should only treat the first word as a tag.
p Do #[em not] touch anything.
<p>Do <em>not</em> touch anything.</p>
+1 for this.
I'm not sure if this helps, but here is a link to the Jade syntax file for vim that has worked quite well for me: https://github.com/digitaltoad/vim-jade/blob/master/syntax/jade.vim
See #71.