mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add tmux parser
This commit is contained in:
parent
5b3e9861a2
commit
e04ce8bcec
5 changed files with 69 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue