Skip to content

Commit

Permalink
fix: Enable dictionaries for MDX (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored May 22, 2024
1 parent 8ae8c4d commit 34c7e57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dictionaries/fullstack/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"javascript",
"javascriptreact",
"lua",
"mdx",
"php",
"python",
"ruby",
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/markdown/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"languageSettings": [
{
"languageId": "markdown",
"languageId": "markdown,mdx",
"locale": "*",
"ignoreRegExpList": ["MARKDOWN-link-reference", "MARKDOWN-link-footer", "MARKDOWN-link", "MARKDOWN-anchor"],
"patterns": [],
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/typescript/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
// * 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.
// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"locale": "*",
Expand Down

0 comments on commit 34c7e57

Please sign in to comment.