mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat(groq): add parser and queries (#8008)
This commit is contained in:
parent
a5edb0a274
commit
61ec748ef7
7 changed files with 142 additions and 0 deletions
|
|
@ -857,6 +857,14 @@ return {
|
|||
maintainers = { '@murtaza64' },
|
||||
tier = 2,
|
||||
},
|
||||
groq = {
|
||||
install_info = {
|
||||
revision = '9959049ddeb4416101653a071ee923ba9f7a5cb1',
|
||||
url = 'https://github.com/ajrussellaudio/tree-sitter-groq',
|
||||
},
|
||||
maintainers = { '@ajrussellaudio' },
|
||||
tier = 2,
|
||||
},
|
||||
gstlaunch = {
|
||||
install_info = {
|
||||
revision = '549aef253fd38a53995cda1bf55c501174372bf7',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue