mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
parsers: map ft=confini to ini
Co-authored-by: @ObserverOfTime <ObserverOfTime@users.no-reply.github.com>
This commit is contained in:
parent
a722cd1405
commit
0cf5135446
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ local filetype_to_parsername = {
|
||||||
cs = "c_sharp",
|
cs = "c_sharp",
|
||||||
tape = "vhs",
|
tape = "vhs",
|
||||||
dosini = "ini",
|
dosini = "ini",
|
||||||
|
confini = "ini",
|
||||||
}
|
}
|
||||||
|
|
||||||
---@class InstallInfo
|
---@class InstallInfo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue