Skip to content

Commit

Permalink
adds cspell settings
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony0030 committed Jun 16, 2023
1 parent c908dd1 commit 8166083
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,41 @@
".vscode",
"**/lib/**",
"**/build/**"
],
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"dotenv",
"go",
"handlebars",
"html",
"ignore",
"jade",
"java",
"javascript",
"javascriptreact",
"json",
"jsonc",
"latex",
"less",
"markdown",
"php",
"plaintext",
"pug",
"python",
"restructuredtext",
"rust",
"scala",
"scss",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml",
"COBOL",
"ACUCOBOL"
]
}

0 comments on commit 8166083

Please sign in to comment.