feat: add tmux parser

This commit is contained in:
wzy 2024-02-20 03:26:32 +08:00 committed by GitHub
parent 5b3e9861a2
commit e04ce8bcec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 69 additions and 0 deletions

View file

@ -1999,6 +1999,14 @@ list.tlaplus = {
maintainers = { "@ahelwer", "@susliko" },
}
list.tmux = {
install_info = {
url = "https://github.com/Freed-Wu/tree-sitter-tmux",
files = { "src/parser.c" },
},
maintainers = { "@Freed-Wu" },
}
list.todotxt = {
install_info = {
url = "https://github.com/arnarg/tree-sitter-todotxt.git",