1
1
Fork 0

Add "Deutsch (KOY).keylayout"

This commit is contained in:
Jonathan Schleifer 2021-05-06 22:22:23 +00:00
parent 63caf3a695
commit 41bdb9f0f0
2 changed files with 1761 additions and 10 deletions

1751
Deutsch (KOY).keylayout Normal file

File diff suppressed because it is too large Load diff

View file

@ -128,16 +128,16 @@ syn match objcDirective '@synthesize\|@dynamic\|@property' display
syn match objcDirective '@optional\|@required\|@autoreleasepool' display syn match objcDirective '@optional\|@required\|@autoreleasepool' display
syn keyword objcType IBOutlet IBAction Method __block instancetype syn keyword objcType IBOutlet IBAction Method __block instancetype
syn keyword objcType __unsafe_unretained __bridge __bridge_retained __bridge_transfer __autoreleasing __strong __weak 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 OFUnichar OFChar16 OFChar32 OFComparisonResult
syn keyword objcType of_comparator_t of_byte_order_t of_range_t of_point_t syn keyword objcType OFComparator OFByteOrder OFRange OFPoint OFRect OFSize
syn keyword objcType of_dimension_t of_mutex_t of_rmutex_t of_rectangle_t syn keyword objcType OFPlainMutex OFPlainRecursiveMutex
syn keyword objcType of_string_encoding_t of_time_interval_t syn keyword objcType OFStringEncoding OFTimeInterval
syn keyword objcType of_resolver_result_t of_udp_socket_address_t of_offset_t syn keyword objcType OFResolverResult OFFileOffset OFPlainCondition
syn keyword objcType of_socket_t of_spinlock_t syn keyword objcType OFSocketHandle OFSpinlock OFTLSKey OFPlainThread
syn keyword objcType of_options_parser_option_t of_http_request_method_t syn keyword objcType OFOptionsParserOption OFHTTPRequestMethod
syn keyword objcType of_http_request_protocol_version_t of_socket_address_t syn keyword objcType OFHTTPRequestProtocolVersion OFSocketAddress
syn keyword objcType of_file_attribute_key_t of_file_type_t of_file_attributes_t syn keyword objcType OFFileAttributeKey OFFileType OFFileAttributes
syn keyword objcType of_mutable_file_attributes_t syn keyword objcType OFMutableFileAttributes
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