From 3e8a2946186b89d55ec3b7334db469d0e8a25d81 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 31 Oct 2021 16:09:06 +0000 Subject: [PATCH] vim/syntax/objc.vim: Add OFNotificationName --- vim/syntax/objc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/syntax/objc.vim b/vim/syntax/objc.vim index 780895f..01fcb2f 100644 --- a/vim/syntax/objc.vim +++ b/vim/syntax/objc.vim @@ -137,7 +137,7 @@ syn keyword objcType OFSocketHandle OFSpinlock OFTLSKey OFPlainThread syn keyword objcType OFOptionsParserOption OFHTTPRequestMethod syn keyword objcType OFHTTPRequestProtocolVersion OFSocketAddress syn keyword objcType OFFileAttributeKey OFFileType OFFileAttributes -syn keyword objcType OFMutableFileAttributes +syn keyword objcType OFMutableFileAttributes OFNotificationName syn keyword objcConstant YES NO TRUE FALSE syn region objcImp start='@implementation' end='@end' transparent