feat(tera): add parser and queries

This commit is contained in:
uncenter 2025-03-09 13:44:59 -04:00 committed by GitHub
parent 59573f9616
commit f840ab9f72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 171 additions and 0 deletions

View file

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