mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -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 = {
|
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' },
|
||||||
|
|
|
||||||
|
|
@ -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' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue