summaryrefslogtreecommitdiffhomepage
path: root/js/src/lsp/language.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/lsp/language.ts')
-rw-r--r--js/src/lsp/language.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/lsp/language.ts b/js/src/lsp/language.ts
index 0a9bc0f7f..964ebc803 100644
--- a/js/src/lsp/language.ts
+++ b/js/src/lsp/language.ts
@@ -1,4 +1,4 @@
-export const LANGUAGE_EXTENSIONS: Record<string, string> = {
+export const LANGUAGE_EXTENSIONS = {
".abap": "abap",
".bat": "bat",
".bib": "bibtex",
@@ -80,4 +80,4 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".xsl": "xsl",
".yaml": "yaml",
".yml": "yaml",
-};
+} as const;