Add ".edn" to the list of file name extensions

pull/2748/head
Abdussalam Abdurrahman 6 years ago committed by GitHub
parent 3f16600ec1
commit 6b675164e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save