feat: add goctl parser and queries

This commit is contained in:
zhaown 2024-07-07 23:27:21 +08:00 committed by GitHub
parent ad43c7f19e
commit f9aa4f060e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 105 additions and 0 deletions

View file

@ -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",