This commit is contained in:
Dax Raad
2025-05-26 13:39:16 -04:00
parent 2ed17f4877
commit e1ec815d1b
3 changed files with 30 additions and 3 deletions

View File

@@ -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;