Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks spell check in YAML front matter #166

Open
iondune opened this issue May 27, 2017 · 4 comments
Open

Breaks spell check in YAML front matter #166

iondune opened this issue May 27, 2017 · 4 comments
Labels

Comments

@iondune
Copy link

iondune commented May 27, 2017

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.

markdown_extended_spell_check

@jonschlinkert
Copy link
Owner

hmm, does spell check work properly in YAML in general?

@iondune
Copy link
Author

iondune commented May 27, 2017

If I open a separate .yml file, using the built-in YAML syntax or forcing Markdown Extended syntax, spell check works as intended.

@randy3k
Copy link
Contributor

randy3k commented Jul 24, 2017

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.

@merkmat
Copy link

merkmat commented Oct 19, 2018

I'm still experiencing this issue, is there a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants