aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorThomas Wehmöller2021-10-10 13:09:17 +0000
committerGitHub2021-10-10 13:09:17 +0000
commita7f49fa56fecd7f44efca7e6074e5cd9e5d91c92 (patch)
treec79906c7e3526dd6265e630ddcb1549c63db09bc /languages.toml
parent4260b31ec059ffa2207f8f2541af1c3996b00cf9 (diff)
Add Vue tree sitter grammar (#787)
* ✨ Add vue tree sitter support * Update .gitmodules Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 509100e7..e716b3dc 100644
--- a/languages.toml
+++ b/languages.toml
@@ -278,6 +278,15 @@ roots = []
indent = { tab-width = 2, unit = " " }
language-server = { command = "svelteserver", args = ["--stdio"] }
+
+[[language]]
+name = "vue"
+scope = "source.vue"
+injection-regex = "vue"
+file-types = ["vue"]
+roots = []
+indent = { tab-width = 2, unit = " " }
+
[[language]]
name = "yaml"
scope = "source.yaml"