Update parser with GH repo URL

This commit is contained in:
Alan Russell 2025-07-17 23:01:56 +01:00
parent af278ca8c1
commit c10690cd79
No known key found for this signature in database

View file

@ -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,