objc.vim: Add of_stat_t and of_socket_t
This commit is contained in:
parent
051f60c7a6
commit
48c1a7dd79
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ 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_byte_order_t of_range_t of_point_t of_dimension_t
|
||||||
syn keyword objcType of_rectangle_t of_string_encoding_t of_time_interval_t
|
syn keyword objcType of_rectangle_t of_string_encoding_t of_time_interval_t
|
||||||
syn keyword objcType of_resolver_result_t of_udp_socket_address_t of_offset_t
|
syn keyword objcType of_resolver_result_t of_udp_socket_address_t of_offset_t
|
||||||
|
syn keyword objcType of_stat_t of_socket_t
|
||||||
syn keyword objcConstant YES NO TRUE FALSE
|
syn keyword objcConstant YES NO TRUE FALSE
|
||||||
|
|
||||||
syn region objcImp start='@implementation' end='@end' transparent
|
syn region objcImp start='@implementation' end='@end' transparent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue