mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(ini): register dosini and confini filetypes
This commit is contained in:
parent
57aa15d4cc
commit
12be0e9f24
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ local filetypes = {
|
|||
haskell = { 'hs' },
|
||||
haskell_persistent = { 'haskellpersistent' },
|
||||
idris = { 'idris2' },
|
||||
ini = { 'confini', 'dosini' },
|
||||
janet_simple = { 'janet' },
|
||||
javascript = { 'javascriptreact', 'ecma', 'ecmascript', 'jsx', 'js' },
|
||||
javascript_glimmer = { 'javascript.glimmer' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue