mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
Add filetype
This commit is contained in:
parent
3b1ca8ef7a
commit
91874c485e
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ local filetypes = {
|
||||||
git_rebase = { 'gitrebase' },
|
git_rebase = { 'gitrebase' },
|
||||||
glimmer = { 'handlebars', 'html.handlebars' },
|
glimmer = { 'handlebars', 'html.handlebars' },
|
||||||
godot_resource = { 'gdresource' },
|
godot_resource = { 'gdresource' },
|
||||||
|
groq = { 'groq' },
|
||||||
haskell = { 'hs' },
|
haskell = { 'hs' },
|
||||||
haskell_persistent = { 'haskellpersistent' },
|
haskell_persistent = { 'haskellpersistent' },
|
||||||
idris = { 'idris2' },
|
idris = { 'idris2' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue