mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(tera): add parser and queries
This commit is contained in:
parent
59573f9616
commit
f840ab9f72
4 changed files with 171 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue