mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
fix: add revision field and filetype mapping for helixql
This commit is contained in:
parent
e34111256b
commit
1a5c29bc8b
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ local filetypes = {
|
|||
godot_resource = { 'gdresource' },
|
||||
haskell = { 'hs' },
|
||||
haskell_persistent = { 'haskellpersistent' },
|
||||
helixql = { 'hx' },
|
||||
idris = { 'idris2' },
|
||||
ini = { 'confini', 'dosini' },
|
||||
janet_simple = { 'janet' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue