mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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 = {
|
||||
install_info = {
|
||||
path = '~/Documents/open-source/tree-sitter-groq',
|
||||
revision = 'HEAD', -- commit hash for revision to check out; HEAD if missing
|
||||
-- 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
|
||||
revision = '9959049ddeb4416101653a071ee923ba9f7a5cb1',
|
||||
url = 'https://github.com/ajrussellaudio/tree-sitter-groq',
|
||||
},
|
||||
maintainers = { '@ajrussellaudio' },
|
||||
tier = 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue