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

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