aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 3a68b61914..5475f09444 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -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',