diff options
| author | Dax Raad <[email protected]> | 2025-05-26 13:39:16 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 13:39:16 -0400 |
| commit | e1ec815d1b6ad239f1e43258d760ecd48525daf2 (patch) | |
| tree | 7a502657d17464e98e596f1444b29cd6fac0edae /js/src/lsp/language.ts | |
| parent | 2ed17f4877478e20022a0d68bb9f6e3b4f726bb1 (diff) | |
| download | opencode-e1ec815d1b6ad239f1e43258d760ecd48525daf2.tar.gz opencode-e1ec815d1b6ad239f1e43258d760ecd48525daf2.zip | |
sync
Diffstat (limited to 'js/src/lsp/language.ts')
| -rw-r--r-- | js/src/lsp/language.ts | 4 |
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; |
