diff options
| author | Benjamin Graham <benwilliamgraham@gmail.com> | 2021-10-02 17:26:01 -0400 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-10-03 18:40:25 +0200 |
| commit | 6f2b1abd17ab4e362d7441ca0c7a48486226ac34 (patch) | |
| tree | 79ac6c0f62696a0a5eb93347b4fe1d7bfe8299e4 /lua/nvim-treesitter | |
| parent | 6188437150d7cb28aa09e9c1788f7f6e67b72782 (diff) | |
Added branch specification
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d6b5e209..cb3013a5 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -741,6 +741,7 @@ list.hjson = { list.llvm = { install_info = { url = "https://github.com/benwilliamgraham/tree-sitter-llvm", + branch = "main", files = { "src/parser.c" }, }, maintainers = { "@benwilliamgraham" }, |
