atom-jade icon indicating copy to clipboard operation
atom-jade copied to clipboard

tag interpolation bug

Open chharvey opened this issue 9 years ago • 2 comments

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>

screen shot 2015-03-14 at 14 12 34

screen shot 2015-03-14 at 14 18 31

chharvey avatar Mar 14 '15 18:03 chharvey

+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

smaili avatar Jul 09 '15 13:07 smaili

See #71.

mrmlnc avatar Sep 05 '16 21:09 mrmlnc