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 | |
| parent | LLVM parser/highlighter added (diff) | |
| download | nvim-treesitter-6f2b1abd17ab4e362d7441ca0c7a48486226ac34.tar nvim-treesitter-6f2b1abd17ab4e362d7441ca0c7a48486226ac34.tar.gz nvim-treesitter-6f2b1abd17ab4e362d7441ca0c7a48486226ac34.tar.bz2 nvim-treesitter-6f2b1abd17ab4e362d7441ca0c7a48486226ac34.tar.lz nvim-treesitter-6f2b1abd17ab4e362d7441ca0c7a48486226ac34.tar.xz nvim-treesitter-6f2b1abd17ab4e362d7441ca0c7a48486226ac34.tar.zst nvim-treesitter-6f2b1abd17ab4e362d7441ca0c7a48486226ac34.zip | |
Added branch specification
Diffstat (limited to 'lua')
| -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 d6b5e2090..cb3013a59 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" }, |
