summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorObserverOfTime <chronobserver@disroot.org>2022-09-28 17:48:09 +0300
committerStephan Seitz <stephan.seitz@fau.de>2022-10-15 08:44:41 -0700
commit0bfeb5484ec6323df6504cd0548dc9c1dc636aef (patch)
treeeb63cf49b78a588ef16e49acc63e70e88ba4e91b /lua
parent7135163fd419766f7237343c6e69dd10a916932e (diff)
test(gitattributes): add tests for highlights
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index dfa56296..f989d8ba 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1217,11 +1217,8 @@ 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,
}
list.blueprint = {