diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-09-20 14:10:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 14:10:00 +0200 |
commit | ae30e388dee08e59c08dffc20c2f5122b8c31249 (patch) | |
tree | 9fd03f9ffbc871d2da714b417832a217c5097b87 /runtime/lua/vim | |
parent | 054c27075bdad4d42d19d29f6bc578f777a50208 (diff) | |
download | rneovim-ae30e388dee08e59c08dffc20c2f5122b8c31249.tar.gz rneovim-ae30e388dee08e59c08dffc20c2f5122b8c31249.tar.bz2 rneovim-ae30e388dee08e59c08dffc20c2f5122b8c31249.zip |
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)
https://github.com/vim/vim/commit/7c046ae99ba85a4fdf1a546157e2ed6f12b79ea6
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r-- | runtime/lua/vim/filetype.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 5c595df087..e58d56ad39 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -202,6 +202,7 @@ local extension = { return require('vim.filetype.detect').change(bufnr) end, chs = 'chaskell', + chatito = 'chatito', chopro = 'chordpro', crd = 'chordpro', crdpro = 'chordpro', |