$ cnpm install @cspell/dict-html-symbol-entities
HTML Symbol Entities dictionary for cspell.
This is a pre-built dictionary for use with cspell.
This addon dictionary adds HTML symbol entities like: —, «, and ⥸ to the spell checker for html and markdown files.
| Tool | Version |
|---|---|
| cspell | >= 8 |
| Code Spell Checker - Visual Studio Code | >= 4 |
This package is bundled with CSpell.
Add the following to your VSCode settings:
.vscode/settings.json
{
"cSpell.dictionaries": ["html-symbol-entities"],
}
cspell.json</summary>
cspell.json
{
"dictionaries": ["html-symbol-entities"],
}
cspell.config.yaml</summary>
cspell.config.yaml
dictionaries:
- html-symbol-entities
NOTE: This package is bundled with CSpell.
| Name | Enabled | Description |
|---|---|---|
html-symbol-entities |
HTML Symbol Entities Dictionary |
| Name | Locale | File Type |
|---|---|---|
html-symbol-entities |
html |
|
html-symbol-entities |
markdown |
Please help correct any mistakes in the dictionaries.
See: Contributing
Special thanks to all of our amazing contributors!
See: How to Create a New Dictionary
MIT
Some packages may have other licenses included.
Brought to you by
Street Side Software
Copyright 2013 - present © cnpmjs.org | Home |