vim-pug
vim-pug copied to clipboard
&attributes are not highlighted
Expected (http://jade-lang.com/reference/attributes)
div#foo(data-bar="foo")&attributes({'data-foo': 'bar'})
But got this:

Also, as you can see, the rest of the string is not parsed correctly and double slash treated as a start of a comment.
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:
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