Open lichtner opened 6 years ago
I was having this issue as well and finally figured out the solution, l thanks to this tip from jcolemorrison and a cursory read of the spell-check
docs.
Add text.html.hugo
to Settings > Packages > spell-check > Grammars
To enable Spell Check for your current file type: put your cursor in the file, open the Command Palette (cmd-shift-p), and run the Editor: Log Cursor Scope command. This will trigger a notification which will contain a list of scopes. The first scope that's listed is the one you should add to the list of scopes in the settings for the Spell Check package. Here are some examples: source.coffee, text.plain, text.html.basic.
Needless to say, cmd-shift-p in a doc set to Hugo syntax gives text.html.hugo
. :)
Hi, if I set in Atom file type for *.md file "GitHub Markdown" then I see underlined misspelled words with a red line but If I set file type "Hugo" for the same file, spellchecking disappeared.
Is it possible to add support for spellchecking for this package?
Thanks.