objc.vim: Add more types
This commit is contained in:
parent
8ebe1a8c7d
commit
5b923a5427
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ syn keyword objcStatement self super _cmd
|
|||
syn keyword objcType id Class SEL IMP BOOL nonnull nullable
|
||||
syn keyword objcTypeModifier bycopy in out inout oneway OF_GENERIC OF_INLINE
|
||||
syn keyword objcTypeModifier OF_CONST_FUNC OF_NO_RETURN
|
||||
syn keyword objcTypeModifier OF_RETURNS_INNER_POINTER
|
||||
syn keyword objcTypeModifier OF_RETURNS_INNER_POINTER OF_NULLABLE_PROPERTY
|
||||
syn keyword objcTypeModifier _Nonnull _Nullable _Null_unspecified __kindof
|
||||
syn keyword objcConstant nil Nil
|
||||
|
||||
|
@ -123,7 +123,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 of_unichar_t of_char16_t of_char32_t of_comparison_result_t
|
||||
syn keyword objcType of_byte_order_t of_range_t of_point_t of_dimension_t
|
||||
syn keyword objcType of_mutex_t of_rectangle_t of_string_encoding_t
|
||||
syn keyword objcType of_mutex_t of_rmutex_t of_rectangle_t of_string_encoding_t
|
||||
syn keyword objcType of_time_interval_t of_resolver_result_t
|
||||
syn keyword objcType of_udp_socket_address_t of_offset_t of_stat_t of_socket_t
|
||||
syn keyword objcType of_spinlock_t of_options_parser_option_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue