blob: 7aa078190071cdb6ad07df6853791bd9d54f89d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
" MNV filetype plugin file
" Language: Ch
" Maintainer: SoftIntegration, Inc. <info@softintegration.com>
" URL: http://www.softintegration.com/download/mnv/ftplugin/ch.mnv
" Last change: 2004 May 16
" Created based on cpp.mnv
"
" Ch is a C/C++ interpreter with many high level extensions
"
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
finish
endif
" Behaves just like C
runtime! ftplugin/c.mnv ftplugin/c_*.mnv ftplugin/c/*.mnv
|