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

Multiline attribute syntax is not highlighted

Open amacdougall opened this issue 6 years ago • 0 comments

A component in this form is highlighted correctly:

= component-name attr-one=value attr-two="text value"

But a component in this form is not:

= component-name [
  attr-one=value
  attr-two="text value"
]

I have made a small fix in my local copy of the syntax file. I'd be happy to submit a pull request.

amacdougall avatar Jun 21 '18 20:06 amacdougall