mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
Update parser with GH repo URL
This commit is contained in:
parent
af278ca8c1
commit
c10690cd79
1 changed files with 2 additions and 6 deletions
|
|
@ -859,12 +859,8 @@ return {
|
||||||
},
|
},
|
||||||
groq = {
|
groq = {
|
||||||
install_info = {
|
install_info = {
|
||||||
path = '~/Documents/open-source/tree-sitter-groq',
|
revision = '9959049ddeb4416101653a071ee923ba9f7a5cb1',
|
||||||
revision = 'HEAD', -- commit hash for revision to check out; HEAD if missing
|
url = 'https://github.com/ajrussellaudio/tree-sitter-groq',
|
||||||
-- optional entries:
|
|
||||||
branch = 'main', -- only needed if different from default branch
|
|
||||||
generate = false, -- only needed if repo does not contain pre-generated `src/parser.c`
|
|
||||||
generate_from_json = false, -- only needed if repo does not contain `src/grammar.json` either
|
|
||||||
},
|
},
|
||||||
maintainers = { '@ajrussellaudio' },
|
maintainers = { '@ajrussellaudio' },
|
||||||
tier = 2,
|
tier = 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue