mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat: add goctl parser and queries
This commit is contained in:
parent
ad43c7f19e
commit
f9aa4f060e
6 changed files with 105 additions and 0 deletions
|
|
@ -757,6 +757,14 @@ list.go = {
|
|||
maintainers = { "@theHamsta", "@WinWisely268" },
|
||||
}
|
||||
|
||||
list.goctl = {
|
||||
install_info = {
|
||||
url = "https://github.com/chaozwn/tree-sitter-goctl.git",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@chaozwn" },
|
||||
}
|
||||
|
||||
list.godot_resource = {
|
||||
install_info = {
|
||||
url = "https://github.com/PrestonKnopp/tree-sitter-godot-resource",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue