mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
feat(tcl): add parser and queries
This commit is contained in:
parent
51d15ef5da
commit
b8840a426e
6 changed files with 143 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue