From b245c44ce1ae741955cf782f8f88cb36d0de94bc Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 15 Aug 2022 23:36:56 +0200 Subject: parsers: add tree-sitter-gitignore --- lua/nvim-treesitter/parsers.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lua/nvim-treesitter') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 18273e42..7aab74e9 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1156,6 +1156,16 @@ list.tiger = { maintainers = { "@ambroisie" }, } +list.gitignore = { + install_info = { + url = "https://github.com/shunsambongi/tree-sitter-gitignore", + files = { "src/parser.c" }, + branch = "main", + requires_generate_from_grammar = true, + }, + maintainers = { "@theHamsta" }, +} + local M = { list = list, filetype_to_parsername = filetype_to_parsername, -- cgit v1.2.3