aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Graham <benwilliamgraham@gmail.com>2021-10-02 17:26:01 -0400
committerStephan Seitz <stephan.seitz@fau.de>2021-10-03 18:40:25 +0200
commit6f2b1abd17ab4e362d7441ca0c7a48486226ac34 (patch)
tree79ac6c0f62696a0a5eb93347b4fe1d7bfe8299e4
parentLLVM parser/highlighter added (diff)
downloadnvim-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
-rw-r--r--lua/nvim-treesitter/parsers.lua1
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" },