fix: add revision field and filetype mapping for helixql

This commit is contained in:
Ben Woodward 2025-12-12 16:22:09 +11:00
parent e34111256b
commit 1a5c29bc8b
2 changed files with 2 additions and 1 deletions

View file

@ -914,7 +914,7 @@ return {
}, },
helixql = { helixql = {
install_info = { install_info = {
branch = 'main', revision = 'f6c799534d46947204f6db962d0aae7b9e46d2cb',
url = 'https://github.com/benwoodward/tree-sitter-helixql', url = 'https://github.com/benwoodward/tree-sitter-helixql',
}, },
maintainers = { '@benwoodward' }, maintainers = { '@benwoodward' },

View file

@ -20,6 +20,7 @@ local filetypes = {
godot_resource = { 'gdresource' }, godot_resource = { 'gdresource' },
haskell = { 'hs' }, haskell = { 'hs' },
haskell_persistent = { 'haskellpersistent' }, haskell_persistent = { 'haskellpersistent' },
helixql = { 'hx' },
idris = { 'idris2' }, idris = { 'idris2' },
ini = { 'confini', 'dosini' }, ini = { 'confini', 'dosini' },
janet_simple = { 'janet' }, janet_simple = { 'janet' },