aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorIgor <igorlfs@ufmg.br>2025-07-24 18:59:16 -0300
committerChristian Clason <ch.clason+github@icloud.com>2025-07-26 17:32:28 +0200
commit12be0e9f245398b51d85927e6ed514222132aa0a (patch)
tree32e547ce0df5a9c52594418d7e51ba35807d1a99 /plugin
parentfix(install): skip duplicate dependencies (diff)
downloadnvim-treesitter-12be0e9f245398b51d85927e6ed514222132aa0a.tar
nvim-treesitter-12be0e9f245398b51d85927e6ed514222132aa0a.tar.gz
nvim-treesitter-12be0e9f245398b51d85927e6ed514222132aa0a.tar.bz2
nvim-treesitter-12be0e9f245398b51d85927e6ed514222132aa0a.tar.lz
nvim-treesitter-12be0e9f245398b51d85927e6ed514222132aa0a.tar.xz
nvim-treesitter-12be0e9f245398b51d85927e6ed514222132aa0a.tar.zst
nvim-treesitter-12be0e9f245398b51d85927e6ed514222132aa0a.zip
fix(ini): register dosini and confini filetypes
Diffstat (limited to 'plugin')
-rw-r--r--plugin/filetypes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/filetypes.lua b/plugin/filetypes.lua
index ecddea292..a7bb3bcc0 100644
--- a/plugin/filetypes.lua
+++ b/plugin/filetypes.lua
@@ -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' },