Skip to content

Commit

Permalink
fix: Use fullstack dictionary with typescriptreact and `javascriptr…
Browse files Browse the repository at this point in the history
…eact`. (#3188)
  • Loading branch information
Jason3S committed May 22, 2024
1 parent 4db7ac2 commit 7d2f94f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion dictionaries/fullstack/cspell-ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,27 @@
"dictionaries": [],
"languageSettings": [
{
"languageId": "php,javascript,typescript,cpp,c,python,ruby,swift,csharp,ada,html,java,lua,h,hpp,rust,scala",
"languageId": [
"ada",
"c",
"cpp",
"csharp",
"h",
"hpp",
"html",
"java",
"javascript",
"javascriptreact",
"lua",
"php",
"python",
"ruby",
"rust",
"scala",
"swift",
"typescript",
"typescriptreact"
],
"locale": "*",
"includeRegExpList": [],
"ignoreRegExpList": [],
Expand Down

0 comments on commit 7d2f94f

Please sign in to comment.