I run Sublime Text 3 with Emmet package installed. Recently Sublime has started underlining my syntax while typing with no indication of why, similar to how spell check runs automatically. I've traced this "feature" to Emmet by adding it to my ignored packages, which removes the issue. Simple question then; How the hell do I turn off this "feature" of Emmet.
It’s abbreviation capturing: https://github.com/emmetio/sublime-text-plugin#expanding-abbreviation
You can disable by setting auto_mark
Emmet option to false
.
But it’s better to describe cases where Emmet incorrectly marks abbreviations as errors in repo issues so I can fix it