mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 02:04:22 +01:00
sync
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user