Skip to content

Commit

Permalink
fix: Update TypeScript extensions (#2051)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 2, 2021
1 parent 6f16694 commit 6a97177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-lib/src/LanguageIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const languageExtensionDefinitions: LanguageDefinitions = [
{ id: 'sql', extensions: ['.sql', '.dsql'] },
{ id: 'swift', extensions: ['.swift'] },
{ id: 'toml', extensions: ['.toml'] },
{ id: 'typescript', extensions: ['.ts'] },
{ id: 'typescript', extensions: ['.ts', '.cts', '.mts'] },
{ id: 'typescriptreact', extensions: ['.tsx'] },
{ id: 'vb', extensions: ['.vb', '.brs', '.vbs', '.bas'] },
{ id: 'vue', extensions: ['.vue'] },
Expand Down

0 comments on commit 6a97177

Please sign in to comment.