1
1
Fork 0

vim/syntax/objc.vim: Add OFVector[34]D

This commit is contained in:
Jonathan Schleifer 2023-10-28 15:19:59 +00:00
parent 1af7a8bf19
commit edf2400fc6

View file

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