mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add tree-sitter-gitattributes
This commit is contained in:
parent
1efa67e7a0
commit
721251dbfc
3 changed files with 66 additions and 0 deletions
|
|
@ -1205,6 +1205,17 @@ list.gitignore = {
|
|||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.gitattributes = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-gitattributes",
|
||||
files = { "src/parser.c" },
|
||||
branch = "master",
|
||||
requires_generate_from_grammar = false,
|
||||
},
|
||||
maintainers = { "@ObserverOfTime" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
filetype_to_parsername = filetype_to_parsername,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue