feat(tcl): add parser and queries

This commit is contained in:
Christian Clason 2024-02-09 16:51:43 +01:00
parent 51d15ef5da
commit b8840a426e
6 changed files with 143 additions and 0 deletions

View file

@ -1934,6 +1934,14 @@ list.teal = {
maintainers = { "@euclidianAce" },
}
list.tcl = {
install_info = {
url = "https://github.com/tree-sitter-grammars/tree-sitter-tcl",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@lewis6991" },
}
list.terraform = {
install_info = {
url = "https://github.com/MichaHoffmann/tree-sitter-hcl",