From 202cbc10ad1ac3619b649beae32c2349aa241577 Mon Sep 17 00:00:00 2001 From: Arnar Gauti Ingason Date: Mon, 28 Feb 2022 14:07:23 +0100 Subject: parsers: Add todotxt parser --- lua/nvim-treesitter/parsers.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8b7ebc04c..3c8cc8daf 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2