vim/syntax/objc.vim: Update to ObjFW changes
This commit is contained in:
parent
c0136e5d85
commit
d92eb2cc0e
1 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ syn keyword objcTypeModifier OF_REQUIRES_SUPER OF_ALIGNOF OF_ALIGNAS
|
||||||
syn keyword objcTypeModifier OF_SENTINEL OF_SUBCLASSING_RESTRICTED
|
syn keyword objcTypeModifier OF_SENTINEL OF_SUBCLASSING_RESTRICTED
|
||||||
syn keyword objcTypeModifier OF_DIRECT OF_DIRECT_MEMBERS
|
syn keyword objcTypeModifier OF_DIRECT OF_DIRECT_MEMBERS
|
||||||
syn keyword objcTypeModifier _Nonnull _Nullable _Null_unspecified __kindof
|
syn keyword objcTypeModifier _Nonnull _Nullable _Null_unspecified __kindof
|
||||||
syn keyword objcConstant nil Nil OF_NOT_FOUND
|
syn keyword objcConstant nil Nil OFNotFound
|
||||||
|
|
||||||
" Match the ObjC #import directive (like C's #include)
|
" Match the ObjC #import directive (like C's #include)
|
||||||
syn region objcImported display contained start=+"+ skip=+\\\\\|\\"+ end=+"+
|
syn region objcImported display contained start=+"+ skip=+\\\\\|\\"+ end=+"+
|
||||||
|
@ -132,9 +132,9 @@ syn keyword objcType OFUnichar OFChar16 OFChar32 OFComparisonResult
|
||||||
syn keyword objcType OFComparator OFByteOrder OFRange OFPoint OFRect OFSize
|
syn keyword objcType OFComparator OFByteOrder OFRange OFPoint OFRect OFSize
|
||||||
syn keyword objcType OFPlainMutex OFPlainRecursiveMutex
|
syn keyword objcType OFPlainMutex OFPlainRecursiveMutex
|
||||||
syn keyword objcType OFStringEncoding OFTimeInterval
|
syn keyword objcType OFStringEncoding OFTimeInterval
|
||||||
syn keyword objcType OFResolverResult OFFileOffset OFPlainCondition
|
syn keyword objcType OFResolverResult OFStreamOffset OFSeekWhence
|
||||||
syn keyword objcType OFSocketHandle OFSpinlock OFTLSKey OFPlainThread
|
syn keyword objcType OFPlainCondition OFSocketHandle OFSpinlock OFTLSKey
|
||||||
syn keyword objcType OFOptionsParserOption OFHTTPRequestMethod
|
syn keyword objcType OFPlainThread 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 OFNotificationName
|
syn keyword objcType OFMutableFileAttributes OFNotificationName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue