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

Empty `onclick` et alii attributes break syntax highlighting for anything that follows

Open moll opened this issue 8 years ago • 0 comments

Hey,

Noticed the following breaks syntax highlighting for anything that follows:

body(onclick="")
	strong foo

The cause is the empty onclick="" attribute.

moll avatar Apr 23 '17 17:04 moll