vim-pug icon indicating copy to clipboard operation
vim-pug copied to clipboard

&attributes are not highlighted

Open SquidEpps opened this issue 10 years ago • 1 comments

Expected (http://jade-lang.com/reference/attributes)

div#foo(data-bar="foo")&attributes({'data-foo': 'bar'})

But got this: screen shot 2015-03-10 at 8 23 35

Also, as you can see, the rest of the string is not parsed correctly and double slash treated as a start of a comment.

SquidEpps avatar Mar 10 '15 05:03 SquidEpps

I haven't had a chance to look into this yet, but I haven't forgot about it.

— Josh

On Tue, Mar 10, 2015 at 1:28 AM, SquidEpps [email protected] wrote:

Expected (http://jade-lang.com/reference/attributes)

div#foo(data-bar="foo")&attributes({'data-foo': 'bar'})

But got this: screen shot 2015-03-10 at 8 23 35

Also, as you can see, the rest of the string is not parsed correctly and double slash treated as a start of a comment.

Reply to this email directly or view it on GitHub: https://github.com/digitaltoad/vim-jade/issues/62

digitaltoad avatar Apr 01 '15 22:04 digitaltoad