feat: make SQL selectable as a language with syntax highlighting

This commit is contained in:
2026-07-04 23:54:16 -06:00
parent 89d42b8d0f
commit e5b2852fd1
5 changed files with 62 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
"@codemirror/autocomplete": "^6.20.2",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-sql": "^6.10.0",
"@vueuse/core": "^14.3.0",
"axios": "^1.16.0",
"client-zip": "2.5.0",