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