-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
AsciiDoc dictionnary #1968
Comments
@noraj Do you have ideas for words to add to this dictionary if it were to be created? |
You mean if I know an Asciidoc parser? |
No, I mean what terms and words flag when using the program and what do you want in the dictionary if it was created, like is it substantial or is it just a few words that can be added to a custom word dict in your software? See: #2385 (comment) |
I would be like for markdown (https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/markdown#readme) but for asciidoc, another markup language. The idea would be to lower the number of false positive when using vscode-spell-checker (which is using cspell). Because currently the spell checker is working for AsciiDoc but unlike for Markdown it is triggering Unknown word for words inside image links, inside code blocks, in document attributes tag, etc. so it's checking the spell like if it was bare text and is not aware of the asciidoc syntax which make the plugin reach the 100 problems very quickly and then stop to check the spell unless you add all the words to the workspace dictionary as a workaround cf. streetsidesoftware/vscode-spell-checker#1973. |
It would be nice to have a dictionary for AsciiDoc so it would be aware of the context. cf streetsidesoftware/vscode-spell-checker#1973
The text was updated successfully, but these errors were encountered: