mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
feat: add support for Tact (#6554)
This commit is contained in:
parent
cbf9090a4c
commit
440f177277
8 changed files with 459 additions and 0 deletions
|
|
@ -2041,6 +2041,14 @@ list.tablegen = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.tact = {
|
||||
install_info = {
|
||||
url = "https://github.com/tact-lang/tree-sitter-tact",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@novusnota" },
|
||||
}
|
||||
|
||||
list.teal = {
|
||||
install_info = {
|
||||
url = "https://github.com/euclidianAce/tree-sitter-teal",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue