diff options
author | Thomas Wehmöller | 2021-10-10 13:09:17 +0000 |
---|---|---|
committer | GitHub | 2021-10-10 13:09:17 +0000 |
commit | a7f49fa56fecd7f44efca7e6074e5cd9e5d91c92 (patch) | |
tree | c79906c7e3526dd6265e630ddcb1549c63db09bc /.gitmodules | |
parent | 4260b31ec059ffa2207f8f2541af1c3996b00cf9 (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 '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d1fc1517..95b3670b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -122,3 +122,7 @@ path = helix-syntax/languages/tree-sitter-svelte url = https://github.com/Himujjal/tree-sitter-svelte shallow = true +[submodule "helix-syntax/languages/tree-sitter-vue"] + path = helix-syntax/languages/tree-sitter-vue + url = https://github.com/ikatyang/tree-sitter-vue + shallow = true |