mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
Added branch specification
This commit is contained in:
parent
6188437150
commit
6f2b1abd17
1 changed files with 1 additions and 0 deletions
|
|
@ -741,6 +741,7 @@ list.hjson = {
|
||||||
list.llvm = {
|
list.llvm = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/benwilliamgraham/tree-sitter-llvm",
|
url = "https://github.com/benwilliamgraham/tree-sitter-llvm",
|
||||||
|
branch = "main",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@benwilliamgraham" },
|
maintainers = { "@benwilliamgraham" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue