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:
Ben Woodward 2025-12-12 16:00:32 +11:00
parent 2979e048b3
commit e34111256b
5 changed files with 402 additions and 0 deletions

View file

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