mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add HelixQL parser
Add parser, queries, and tests for HelixQL (helix-db.com), a SQL-like query language for HelixDB.
This commit is contained in:
parent
2979e048b3
commit
e34111256b
5 changed files with 402 additions and 0 deletions
|
|
@ -912,6 +912,14 @@ return {
|
|||
maintainers = { '@qvalentin' },
|
||||
tier = 2,
|
||||
},
|
||||
helixql = {
|
||||
install_info = {
|
||||
branch = 'main',
|
||||
url = 'https://github.com/benwoodward/tree-sitter-helixql',
|
||||
},
|
||||
maintainers = { '@benwoodward' },
|
||||
tier = 4,
|
||||
},
|
||||
hjson = {
|
||||
install_info = {
|
||||
revision = '02fa3b79b3ff9a296066da6277adfc3f26cbc9e0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue