@cspell/dict-typescript
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -42,3 +42,3 @@ // cSpell Settings | ||
// * will match against any file type. | ||
"languageId": "typescript,javascript,typescriptreact,javascriptreact", | ||
"languageId": "typescript,javascript,typescriptreact,javascriptreact,mdx", | ||
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals. | ||
@@ -45,0 +45,0 @@ // Multiple locals can be specified like: "en, en-US" to match both English and English US. |
{ | ||
"name": "@cspell/dict-typescript", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "TypeScript and JavaScript dictionary for cspell.", | ||
@@ -41,3 +41,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "670a2d0487d2e3c2913ddba699483377a1327671" | ||
"gitHead": "d6dba6cd842c786156a6718402f41f1f184999f2" | ||
} |
39486