This commit is contained in:
Martin Kraft
2023-01-06 18:17:39 +01:00
committed by GitHub
parent 5681129e40
commit 6f500bcc16
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -92,6 +92,7 @@ export {
} from "@codemirror/language";
export { yaml as yamlLanguage } from "https://esm.sh/@codemirror/legacy-modes@6.2.0/mode/yaml?external=@codemirror/language";
export { standardSQL as sqlLanguage } from "https://esm.sh/@codemirror/legacy-modes@6.3.1/mode/sql?external=@codemirror/language";
export {
javascriptLanguage,
typescriptLanguage,