mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
vim-patch:8.2.2106: TOML files are not recognized
Problem: TOML files are not recognized.
Solution: Match *.toml. (issue vim/vim#7432)
b237ae7b83
This commit is contained in:
@@ -463,6 +463,7 @@ let s:filename_checks = {
|
||||
\ 'tilde': ['file.t.html'],
|
||||
\ 'tli': ['file.tli'],
|
||||
\ 'tmux': ['tmuxfile.conf', '.tmuxfile.conf'],
|
||||
\ 'toml': ['file.toml'],
|
||||
\ 'tpp': ['file.tpp'],
|
||||
\ 'treetop': ['file.treetop'],
|
||||
\ 'trustees': ['trustees.conf'],
|
||||
|
Reference in New Issue
Block a user