Overview
Comment: | vim/syntax/objc.vim: Add OFVector[34]D |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a576dd90852d0b0cc5f2cc4215283300 |
User & Date: | js 2023-10-28 15:19:59 |
Context
2023-10-28
| ||
15:21 | Add mpv/input.conf to disable touchpad scrolling check-in: 9ce3c75b36 user: js tags: trunk | |
15:19 | vim/syntax/objc.vim: Add OFVector[34]D check-in: a576dd9085 user: js tags: trunk | |
15:19 | setup.sh: Enable touchpad while typing check-in: b48cd7c249 user: js tags: trunk | |
Changes
Changes to vim/syntax/objc.vim.
︙ | ︙ | |||
126 127 128 129 130 131 132 133 134 135 136 137 138 139 | syn match objcDirective '@synthesize\|@dynamic\|@property' display syn match objcDirective '@optional\|@required\|@autoreleasepool' display 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 OFPlainMutex OFPlainRecursiveMutex syn keyword objcType OFStringEncoding OFTimeInterval syn keyword objcType OFResolverResult OFStreamOffset OFSeekWhence syn keyword objcType OFPlainCondition OFSocketHandle OFSpinlock OFTLSKey syn keyword objcType OFPlainThread OFOptionsParserOption OFHTTPRequestMethod syn keyword objcType OFHTTPRequestProtocolVersion OFSocketAddress syn keyword objcType OFFileAttributeKey OFFileType OFFileAttributes | > | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | syn match objcDirective '@synthesize\|@dynamic\|@property' display syn match objcDirective '@optional\|@required\|@autoreleasepool' display 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 syn keyword objcType OFPlainCondition OFSocketHandle OFSpinlock OFTLSKey syn keyword objcType OFPlainThread OFOptionsParserOption OFHTTPRequestMethod syn keyword objcType OFHTTPRequestProtocolVersion OFSocketAddress syn keyword objcType OFFileAttributeKey OFFileType OFFileAttributes |
︙ | ︙ |