diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/cnm.vim | 1 | ||||
-rw-r--r-- | ftdetect/cnp.vim | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/cnm.vim b/ftdetect/cnm.vim new file mode 100644 index 0000000..3261022 --- /dev/null +++ b/ftdetect/cnm.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.cnm setfiletype cnm diff --git a/ftdetect/cnp.vim b/ftdetect/cnp.vim new file mode 100644 index 0000000..33c95ea --- /dev/null +++ b/ftdetect/cnp.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.cnp setfiletype cnp |