feat: add tera

This commit is contained in:
uncenter 2025-03-05 13:40:18 -05:00
parent 55c5c762fe
commit f7d337c440
No known key found for this signature in database
4 changed files with 173 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",