mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +00:00
vim-patch:9.0.0510: Chatito files are not recognized (#20260)
Problem: Chatito files are not recognized.
Solution: Add a pattern for Chatito files. (closes vim/vim#11174)
7c046ae99b
This commit is contained in:
@@ -202,6 +202,7 @@ local extension = {
|
||||
return require('vim.filetype.detect').change(bufnr)
|
||||
end,
|
||||
chs = 'chaskell',
|
||||
chatito = 'chatito',
|
||||
chopro = 'chordpro',
|
||||
crd = 'chordpro',
|
||||
crdpro = 'chordpro',
|
||||
|
||||
Reference in New Issue
Block a user