sublime-markdown-extended
sublime-markdown-extended copied to clipboard
Breaks spell check in YAML front matter
When I switch to Markdown Extended syntax, spell check seems to miss the first letter of each word in the YAML front matter. See the attached image, where each word is marked as incorrectly spelled and the first letter of each word is not correctly spelled. If I duplicate the first letter, the word is considered correct.

hmm, does spell check work properly in YAML in general?
If I open a separate .yml file, using the built-in YAML syntax or forcing Markdown Extended syntax, spell check works as intended.
This is a bug of the yaml syntax.
Though you said that the spell checker works as intended for the yaml syntax. However, it is because spell checking is not applied to source file in default. If you create a new yaml file and set
view.settings().set("spelling_selector", "source.yaml")
The same highlight will be shown.
I'm still experiencing this issue, is there a workaround?