mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
[clojure] Remove an file name extension that's uncommon
This commit is contained in:
parent
223c3eb54f
commit
4061962186
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const _monaco: typeof monaco =
|
|||
|
||||
registerLanguage({
|
||||
id: 'clojure',
|
||||
extensions: ['.clj', '.cljs', '.cljc', '.clojure'],
|
||||
extensions: ['.clj', '.cljs', '.cljc'],
|
||||
aliases: ['clojure', 'Clojure'],
|
||||
loader: () => _monaco.Promise.wrap(import('./clojure')),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue