add objective-C to add-modelines

This commit is contained in:
Caolán McNamara
2011-09-29 21:12:32 +01:00
parent 58462caa51
commit 71e5f262a5

View File

@@ -31,7 +31,7 @@ set -o posix
# Change these to taste
FirstLine='/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */'
LastLine='/* vim:set shiftwidth=4 softtabstop=4 expandtab: */'
SourceFiles='*.cxx *.cpp *.hxx *.hpp *.c *.h *.mm'
SourceFiles='*.cxx *.cpp *.hxx *.hpp *.c *.h *.m *.mm'
# Set defaults (don't change these)
ModelineReplace="false"