Add local GROQ parser

This commit is contained in:
Alan Russell 2025-07-17 18:31:03 +01:00
parent 68af92e8cd
commit 9a96c0fa61
No known key found for this signature in database

View file

@ -857,6 +857,18 @@ return {
maintainers = { '@murtaza64' },
tier = 2,
},
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
},
maintainers = { '@ajrussellaudio' },
tier = 2,
},
gstlaunch = {
install_info = {
revision = '549aef253fd38a53995cda1bf55c501174372bf7',