From edf2400fc6a1b4ef8a8603c70518d36fb3843ea4 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 28 Oct 2023 15:19:59 +0000 Subject: [PATCH] vim/syntax/objc.vim: Add OFVector[34]D --- vim/syntax/objc.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/syntax/objc.vim b/vim/syntax/objc.vim index 1dda18b..97ba947 100644 --- a/vim/syntax/objc.vim +++ b/vim/syntax/objc.vim @@ -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