From 1a5c29bc8bca533f6880241c2a3e64d87670f564 Mon Sep 17 00:00:00 2001 From: Ben Woodward <1472981+benwoodward@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:22:09 +1100 Subject: [PATCH] fix: add revision field and filetype mapping for helixql --- lua/nvim-treesitter/parsers.lua | 2 +- plugin/filetypes.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8fc80996b..a3c52eaf6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -914,7 +914,7 @@ return { }, helixql = { install_info = { - branch = 'main', + revision = 'f6c799534d46947204f6db962d0aae7b9e46d2cb', url = 'https://github.com/benwoodward/tree-sitter-helixql', }, maintainers = { '@benwoodward' }, diff --git a/plugin/filetypes.lua b/plugin/filetypes.lua index 7759c1f5c..3d49ba514 100644 --- a/plugin/filetypes.lua +++ b/plugin/filetypes.lua @@ -20,6 +20,7 @@ local filetypes = { godot_resource = { 'gdresource' }, haskell = { 'hs' }, haskell_persistent = { 'haskellpersistent' }, + helixql = { 'hx' }, idris = { 'idris2' }, ini = { 'confini', 'dosini' }, janet_simple = { 'janet' },