vim/syntax/objc.vim: Add OFNotificationName
This commit is contained in:
parent
356e2f2a0b
commit
3e8a294618
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ syn keyword objcType OFSocketHandle OFSpinlock OFTLSKey OFPlainThread
|
||||||
syn keyword objcType OFOptionsParserOption OFHTTPRequestMethod
|
syn keyword objcType OFOptionsParserOption OFHTTPRequestMethod
|
||||||
syn keyword objcType OFHTTPRequestProtocolVersion OFSocketAddress
|
syn keyword objcType OFHTTPRequestProtocolVersion OFSocketAddress
|
||||||
syn keyword objcType OFFileAttributeKey OFFileType OFFileAttributes
|
syn keyword objcType OFFileAttributeKey OFFileType OFFileAttributes
|
||||||
syn keyword objcType OFMutableFileAttributes
|
syn keyword objcType OFMutableFileAttributes OFNotificationName
|
||||||
syn keyword objcConstant YES NO TRUE FALSE
|
syn keyword objcConstant YES NO TRUE FALSE
|
||||||
|
|
||||||
syn region objcImp start='@implementation' end='@end' transparent
|
syn region objcImp start='@implementation' end='@end' transparent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue