mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
parsers: Add todotxt parser
This commit is contained in:
parent
4d75800991
commit
202cbc10ad
2 changed files with 17 additions and 0 deletions
|
|
@ -411,6 +411,17 @@ list.c_sharp = {
|
|||
maintainers = { "@Luxed" },
|
||||
}
|
||||
|
||||
list.todotxt = {
|
||||
install_info = {
|
||||
url = "https://github.com/arnarg/tree-sitter-todotxt.git",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
filetype = "todotxt",
|
||||
maintainers = { "@arnarg" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.typescript = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-typescript",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue