mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -914,7 +914,7 @@ return {
|
|||
},
|
||||
helixql = {
|
||||
install_info = {
|
||||
branch = 'main',
|
||||
revision = 'f6c799534d46947204f6db962d0aae7b9e46d2cb',
|
||||
url = 'https://github.com/benwoodward/tree-sitter-helixql',
|
||||
},
|
||||
maintainers = { '@benwoodward' },
|
||||
|
|
|
|||
|
|
@ -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