mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat(vrl): Add vrl parser and queries
This commit is contained in:
parent
cc69a061fe
commit
9f8c99e980
8 changed files with 172 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue