diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2022-09-08 14:48:02 +0300 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-09-09 09:46:54 +0200 |
| commit | 721251dbfcd8160b189b8d8d47873e9d1fe9a5a4 (patch) | |
| tree | 5c9baabccd29204df55accc4ac002d325f7b8116 /lua | |
| parent | Update lockfile.json (diff) | |
| download | nvim-treesitter-721251dbfcd8160b189b8d8d47873e9d1fe9a5a4.tar nvim-treesitter-721251dbfcd8160b189b8d8d47873e9d1fe9a5a4.tar.gz nvim-treesitter-721251dbfcd8160b189b8d8d47873e9d1fe9a5a4.tar.bz2 nvim-treesitter-721251dbfcd8160b189b8d8d47873e9d1fe9a5a4.tar.lz nvim-treesitter-721251dbfcd8160b189b8d8d47873e9d1fe9a5a4.tar.xz nvim-treesitter-721251dbfcd8160b189b8d8d47873e9d1fe9a5a4.tar.zst nvim-treesitter-721251dbfcd8160b189b8d8d47873e9d1fe9a5a4.zip | |
feat: add tree-sitter-gitattributes
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 274be8a10..7abe2aa95 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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, |
