Merge pull request #7553 from OhMyMndy/codemirror-languages

feat: add HCL highlighting
This commit is contained in:
Timothy Jaeryang Baek
2024-12-15 17:06:22 -08:00
committed by GitHub
3 changed files with 23 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"codemirror-lang-hcl": "^0.0.0-beta.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language-data": "^6.5.1",
"@codemirror/theme-one-dark": "^6.1.2",