Overview
Comment: | vim/syntax/objc.vim: Add of_socket_address_t |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
56e27fc4f8059fbfc308e438d3de772d |
User & Date: | js 2019-01-08 01:12:46 |
Context
2019-01-08
| ||
01:13 | zshrc: Add ixio check-in: d61a572652 user: js tags: trunk | |
01:12 | vim/syntax/objc.vim: Add of_socket_address_t check-in: 56e27fc4f8 user: js tags: trunk | |
2018-10-20
| ||
15:11 | zshrc: Major cleanup check-in: 57e4d354a0 user: js tags: trunk | |
Changes
Changes to vim/syntax/objc.vim.
︙ | ︙ | |||
130 131 132 133 134 135 136 | syn keyword objcType of_unichar_t of_char16_t of_char32_t of_comparison_result_t syn keyword objcType of_comparator_t of_byte_order_t of_range_t of_point_t syn keyword objcType of_dimension_t of_mutex_t of_rmutex_t of_rectangle_t syn keyword objcType 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_stat_t of_socket_t of_spinlock_t syn keyword objcType of_options_parser_option_t of_http_request_method_t | | | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | syn keyword objcType of_unichar_t of_char16_t of_char32_t of_comparison_result_t syn keyword objcType of_comparator_t of_byte_order_t of_range_t of_point_t syn keyword objcType of_dimension_t of_mutex_t of_rmutex_t of_rectangle_t syn keyword objcType 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_stat_t of_socket_t of_spinlock_t syn keyword objcType of_options_parser_option_t of_http_request_method_t syn keyword objcType of_http_request_protocol_version_t of_socket_address_t syn keyword objcType of_file_attribute_key_t of_file_type_t of_file_attributes_t syn keyword objcConstant YES NO TRUE FALSE syn region objcImp start='@implementation' end='@end' transparent syn region objcHeader start='@interface' end='@end' transparent syn match objcSubclass '\(@implementation\|@interface\)\@<=\s*\k\+' display contained containedin=objcImp,objcHeader |
︙ | ︙ |