1
1
Fork 0

vim/syntax/objc.vim: Add OFNotificationName

This commit is contained in:
Jonathan Schleifer 2021-10-31 16:09:06 +00:00
parent 356e2f2a0b
commit 3e8a294618

View file

@ -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