Refresh generated neovim config
This commit is contained in:
@ -77,18 +77,31 @@
|
||||
(map_type)
|
||||
(object_type)
|
||||
(value_base_type)
|
||||
(wide_string_type)
|
||||
(wide_char_type)
|
||||
] @type.builtin
|
||||
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
(scoped_name) @type
|
||||
|
||||
(boolean_literal) @boolean
|
||||
|
||||
(number_literal) @number
|
||||
(integer_literal) @number
|
||||
|
||||
[
|
||||
(floating_pt_literal)
|
||||
(fixed_pt_literal)
|
||||
] @number.float
|
||||
|
||||
(char_literal) @character
|
||||
|
||||
(wide_character_literal) @character
|
||||
|
||||
(string_literal) @string
|
||||
|
||||
(wide_string_literal) @string
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
@ -111,7 +124,7 @@
|
||||
"~"
|
||||
"|"
|
||||
"^"
|
||||
"$"
|
||||
"&"
|
||||
] @operator
|
||||
|
||||
[
|
||||
@ -128,15 +141,19 @@
|
||||
(simple_declarator) @variable.member)
|
||||
|
||||
(annotation_appl
|
||||
"@" @attribute
|
||||
"@" @attribute)
|
||||
|
||||
(annotation_appl_custom_body
|
||||
(scoped_name) @attribute)
|
||||
|
||||
(op_dcl
|
||||
(identifier) @function.method)
|
||||
|
||||
(type_declarator
|
||||
(simple_type_spec) @type
|
||||
(any_declarators) @type)
|
||||
(simple_type_spec) @type)
|
||||
|
||||
(type_declarator
|
||||
(any_declarators) @variable.member)
|
||||
|
||||
(param_dcl
|
||||
(simple_declarator) @variable.parameter)
|
||||
@ -205,8 +222,8 @@
|
||||
(bitfield_spec
|
||||
"bitfield" @keyword.modifier
|
||||
(positive_int_const) @number
|
||||
(destination_type)* @type)
|
||||
(identifier) @variable.member)
|
||||
(destination_type)? @type)
|
||||
(identifier)* @variable.member)
|
||||
|
||||
(bit_value) @constant
|
||||
|
||||
@ -327,3 +344,36 @@
|
||||
|
||||
(factory_param_dcl
|
||||
(simple_declarator) @variable.parameter)
|
||||
|
||||
(element_spec
|
||||
(declarator) @variable.member)
|
||||
|
||||
(preproc_include
|
||||
(keyword_include) @type
|
||||
path: (_) @string)
|
||||
|
||||
(system_lib_string
|
||||
"<" @string
|
||||
">" @string)
|
||||
|
||||
(extend_annotation_appl
|
||||
"//@" @attribute
|
||||
(annotation_appl_custom_body))
|
||||
|
||||
(extend_annotation_appl
|
||||
"//@" @attribute.builtin
|
||||
(annotation_appl_builtin_body))
|
||||
|
||||
[
|
||||
(autoid_kind)
|
||||
(extensibility_kind)
|
||||
(verbatim_language)
|
||||
(placement_kind)
|
||||
(service_platform)
|
||||
(try_construct_fail_action)
|
||||
(data_representation_mask)
|
||||
] @constant
|
||||
|
||||
(anno_name) @attribute.builtin
|
||||
|
||||
(range_kind) @attribute.builtin
|
||||
|
||||
Reference in New Issue
Block a user