You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is indeed an issue with highlighting of sentences which do not include attributes. Most of the time, attributes come as pairs of key=value, so this could be easily fixed…
But not all attributes are to be written as pairs (there is an alternative syntax for some of them known as attribute minimization, for instance <input disabled /> instead of <input disabled="disabled" />). Those attributes are well known, though, so maybe vim-slim could handle a white-list of them? A Configurable list, that is, so that one can customize it.
Also, attributes are to be written in lowercase, so vim-slim could automatically detect "missing" attributes (like in the screenshot above, where sentences start with a capitalized letter).
If you take a look at my screenshot you'll see after the variable the highlighting stops https://db.tt/QhwYdfff
The text was updated successfully, but these errors were encountered: