mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
parsers: add tree-sitter-gitignore
This commit is contained in:
parent
826c951825
commit
b245c44ce1
2 changed files with 41 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue