mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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",
|
||||
tape = "vhs",
|
||||
dosini = "ini",
|
||||
confini = "ini",
|
||||
}
|
||||
|
||||
---@class InstallInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue