mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
Merge branch 'main' into update-setting-modal-styles
This commit is contained in:
commit
9a4a376766
@ -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'],
|
||||
|
@ -44,6 +44,7 @@
|
||||
"@codemirror/lang-markdown": "^6.3.1",
|
||||
"@codemirror/lang-python": "^6.1.6",
|
||||
"@codemirror/lang-sass": "^6.0.2",
|
||||
"@codemirror/lang-vue": "^0.1.3",
|
||||
"@codemirror/lang-wast": "^6.0.2",
|
||||
"@codemirror/language": "^6.10.6",
|
||||
"@codemirror/search": "^6.5.8",
|
||||
|
Loading…
Reference in New Issue
Block a user