aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorbelltoy <belltoy@gmail.com>2024-07-28 13:15:43 +0800
committerChristian Clason <c.clason@uni-graz.at>2024-07-30 22:08:38 +0200
commit9f8c99e980f55e72148a95a0fb2e260c95f6341b (patch)
tree075e7efc659474c3f5792fece5b1124fd849eb4b /lua
parentbot(lockfile): update d, just, kotlin, wit (diff)
downloadnvim-treesitter-9f8c99e980f55e72148a95a0fb2e260c95f6341b.tar
nvim-treesitter-9f8c99e980f55e72148a95a0fb2e260c95f6341b.tar.gz
nvim-treesitter-9f8c99e980f55e72148a95a0fb2e260c95f6341b.tar.bz2
nvim-treesitter-9f8c99e980f55e72148a95a0fb2e260c95f6341b.tar.lz
nvim-treesitter-9f8c99e980f55e72148a95a0fb2e260c95f6341b.tar.xz
nvim-treesitter-9f8c99e980f55e72148a95a0fb2e260c95f6341b.tar.zst
nvim-treesitter-9f8c99e980f55e72148a95a0fb2e260c95f6341b.zip
feat(vrl): Add vrl parser and queries
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index ad6068d02..969c75fea 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2398,6 +2398,14 @@ list.vimdoc = {
maintainers = { "@clason" },
}
+list.vrl = {
+ install_info = {
+ url = "https://github.com/belltoy/tree-sitter-vrl",
+ files = { "src/parser.c" },
+ },
+ maintainers = { "@belltoy" },
+}
+
list.vue = {
install_info = {
url = "https://github.com/tree-sitter-grammars/tree-sitter-vue",