mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 02:51:48 +00:00
vim-patch:9.0.1350: CPON files are not recognized (#22392)
Problem: CPON files are not recognized.
Solution: Add patterns for CPON files. (Amaan Qureshi, closes vim/vim#12053)
c2254764bc
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
@@ -242,6 +242,7 @@ local extension = {
|
||||
csh = function(path, bufnr)
|
||||
return require('vim.filetype.detect').csh(path, bufnr)
|
||||
end,
|
||||
cpon = 'cpon',
|
||||
moc = 'cpp',
|
||||
hh = 'cpp',
|
||||
tlh = 'cpp',
|
||||
|
||||
Reference in New Issue
Block a user