We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964a55c commit 1ca51b3Copy full SHA for 1ca51b3
packages/cursorless-engine/src/languages/LegacyLanguageId.ts
@@ -3,18 +3,10 @@
3
* modifiers.
4
*/
5
export const legacyLanguageIds = [
6
- "c",
7
"clojure",
8
- "cpp",
9
"csharp",
10
"css",
11
"go",
12
- "html",
13
- "java",
14
- "javascript",
15
- "javascriptreact",
16
- "json",
17
- "jsonc",
18
"latex",
19
"markdown",
20
"php",
@@ -23,9 +15,6 @@ export const legacyLanguageIds = [
23
"rust",
24
"scala",
25
"scss",
26
- "typescript",
27
- "typescriptreact",
28
- "xml",
29
-];
+] as const;
30
31
export type LegacyLanguageId = (typeof legacyLanguageIds)[number];
0 commit comments