Merge branch 'main' into update-setting-modal-styles
This commit is contained in:
@@ -1 +1 @@
|
||||
{ "commit": "db8c65ec2ba2f28382cb5e792a3f7495fb9a8e03" }
|
||||
{ "commit": "d9ae9d5afbd0310a976fc4c9aee4b9256edef79a" }
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
import { LanguageDescription } from '@codemirror/language';
|
||||
|
||||
export const supportedLanguages = [
|
||||
LanguageDescription.of({
|
||||
name: 'VUE',
|
||||
extensions: ['vue'],
|
||||
async load() {
|
||||
return import('@codemirror/lang-vue').then((module) => module.vue());
|
||||
},
|
||||
}),
|
||||
LanguageDescription.of({
|
||||
name: 'TS',
|
||||
extensions: ['ts'],
|
||||
|
||||
Reference in New Issue
Block a user