parsers: Add todotxt parser

This commit is contained in:
Arnar Gauti Ingason 2022-02-28 14:07:23 +01:00 committed by Kiyan
parent 4d75800991
commit 202cbc10ad
2 changed files with 17 additions and 0 deletions

View file

@ -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",

View file

@ -0,0 +1,6 @@
(done_task) @comment
(task (priority) @keyword)
(task (date) @comment)
(task (kv) @comment)
(task (project) @string)
(task (context) @type)