vim/syntax/objc.vim: Add OFVector[34]D
This commit is contained in:
parent
1af7a8bf19
commit
edf2400fc6
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ syn keyword objcType IBOutlet IBAction Method __block instancetype
|
|||
syn keyword objcType __unsafe_unretained __bridge __bridge_retained __bridge_transfer __autoreleasing __strong __weak
|
||||
syn keyword objcType OFUnichar OFChar16 OFChar32 OFComparisonResult
|
||||
syn keyword objcType OFComparator OFByteOrder OFRange OFPoint OFRect OFSize
|
||||
syn keyword objcType OFVector3D OFVector4D
|
||||
syn keyword objcType OFPlainMutex OFPlainRecursiveMutex
|
||||
syn keyword objcType OFStringEncoding OFTimeInterval
|
||||
syn keyword objcType OFResolverResult OFStreamOffset OFSeekWhence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue