mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
[clojure] Add ".cljs" and ".cljc" to source file extension list
This commit is contained in:
parent
8f7537dee5
commit
6f6f1b43f0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const _monaco: typeof monaco =
|
|||
|
||||
registerLanguage({
|
||||
id: 'clojure',
|
||||
extensions: ['.clj', '.clojure'],
|
||||
extensions: ['.clj', '.cljs', '.cljc', '.clojure'],
|
||||
aliases: ['clojure', 'Clojure'],
|
||||
loader: () => _monaco.Promise.wrap(import('./clojure')),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue