summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/objc.mnv
blob: 57873adee5929916dfb1f4b2a2fd946f5fcad9ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
" MNV filetype plugin file
" Language:	Objective C
" Maintainer:	The MNV Project <https://github.com/Project-Tick/Project-Tick>
" Last Change:	2023 Aug 10
" Former Maintainer:	Bram Moolenaar <Bram@mnv.org>

" 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