From 8e226420eb2fdbc568bd83d3ae00cbfb8aa4f470 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 2 Jun 2020 20:29:25 +0000 Subject: [PATCH] vim: Add of_mutable_file_attributes_t to syntax --- vim/syntax/objc.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/syntax/objc.vim b/vim/syntax/objc.vim index c5326f1..2f322d2 100644 --- a/vim/syntax/objc.vim +++ b/vim/syntax/objc.vim @@ -136,6 +136,7 @@ syn keyword objcType 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 objcType of_mutable_file_attributes_t syn keyword objcConstant YES NO TRUE FALSE syn region objcImp start='@implementation' end='@end' transparent