mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
feat: add gotemplate and helm parser support
This commit is contained in:
parent
f8d4e5c1ba
commit
9e1f3c3369
7 changed files with 252 additions and 0 deletions
|
|
@ -758,6 +758,14 @@ list.gowork = {
|
|||
maintainers = { "@omertuc" },
|
||||
}
|
||||
|
||||
list.gotmpl = {
|
||||
install_info = {
|
||||
url = "https://github.com/ngalaiko/tree-sitter-go-template",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@qvalentin" },
|
||||
}
|
||||
|
||||
list.gpg = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-gpg-config",
|
||||
|
|
@ -838,6 +846,15 @@ list.heex = {
|
|||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
||||
list.helm = {
|
||||
install_info = {
|
||||
url = "https://github.com/ngalaiko/tree-sitter-go-template",
|
||||
location = "dialects/helm",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@qvalentin" },
|
||||
}
|
||||
|
||||
list.hjson = {
|
||||
install_info = {
|
||||
url = "https://github.com/winston0410/tree-sitter-hjson",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue