Skip to content

Commit

Permalink
chore: Add HTML Entites dictionary to HTML langs (#428)
Browse files Browse the repository at this point in the history
Also condesnsed down list of html-langs to include the
html-symbol-entities dictionary
  • Loading branch information
nschonni committed Oct 23, 2020
1 parent 2319a30 commit aa88a6c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/cspell-lib/config/cspell-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@
"languageSettings": [
{ "languageId": "*", "dictionaries": ["companies", "softwareTerms", "misc", "filetypes"] },
{ "languageId": "csharp", "allowCompoundWords": true, "dictionaries": ["csharp", "dotnet", "npm"] },
{ "languageId": "javascript,javascriptreact,mdx", "dictionaries": ["typescript", "node", "npm"] },
{ "languageId": "javascript,javascriptreact", "dictionaries": ["typescript", "node", "npm"] },
{ "languageId": "typescript,typescriptreact,mdx", "dictionaries": ["typescript", "node", "npm"] },
{ "languageId": "javascriptreact,typescriptreact,mdx", "dictionaries": ["html", "css", "fonts"] },
{ "languageId": "markdown,asciidoc", "dictionaries": ["npm", "html"] },
{ "languageId": "html,pug,jade", "dictionaries": ["html", "fonts", "typescript", "css", "npm"] },
{ "languageId": "handlebars", "dictionaries": ["html", "css", "fonts", "typescript"] },
{ "languageId": "javascriptreact,typescriptreact,mdx", "dictionaries": ["html", "html-symbol-entities", "css", "fonts"] },
{ "languageId": "markdown,asciidoc", "dictionaries": ["npm", "html", "html-symbol-entities"] },
{ "languageId": "html,pug,jade,php,handlebars", "dictionaries": ["html", "fonts", "typescript", "css", "npm", "html-symbol-entities"] },
{ "languageId": "json,jsonc", "dictionaries": ["node", "npm"] },
{ "languageId": "php", "dictionaries": ["php", "html", "fonts", "css", "typescript", "npm"] },
{ "languageId": "php", "dictionaries": ["php"] },
{ "languageId": "css,less,scss", "dictionaries": ["fonts", "css"] },
{ "languageId": "map", "enabled": false },
{ "languageId": "image", "enabled": false },
Expand Down

0 comments on commit aa88a6c

Please sign in to comment.