mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(idl): fix break changes
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
This commit is contained in:
parent
4075376a25
commit
468f6ed66b
2 changed files with 21 additions and 57 deletions
|
|
@ -324,7 +324,7 @@
|
|||
"revision": "6858695eba0e63b9e0fceef081d291eb352abce8"
|
||||
},
|
||||
"idl": {
|
||||
"revision": "3e6c8bbdb5b3485f8a50d951040a6d80c70a97b0"
|
||||
"revision": "e0fb8591d0acbb195d190d644140f821671f0011"
|
||||
},
|
||||
"ini": {
|
||||
"revision": "87176e524f0a98f5be75fa44f4f0ff5c6eac069c"
|
||||
|
|
|
|||
|
|
@ -49,27 +49,6 @@
|
|||
"finder"
|
||||
] @keyword.modifier
|
||||
|
||||
[
|
||||
"SEQUENTIAL"
|
||||
"HASH"
|
||||
"FINAL"
|
||||
"APPENDABLE"
|
||||
"MUTABLE"
|
||||
"c"
|
||||
"c++"
|
||||
"java"
|
||||
"idl"
|
||||
"*"
|
||||
"BEGIN_FILE"
|
||||
"BEFORE_DECLARATION"
|
||||
"BEGIN_DECLARATION"
|
||||
"END_DECLARATION"
|
||||
"AFTER_DECLARATION"
|
||||
"END_FILE"
|
||||
"CORBA"
|
||||
"DDS"
|
||||
] @constant
|
||||
|
||||
[
|
||||
"switch"
|
||||
"case"
|
||||
|
|
@ -98,6 +77,8 @@
|
|||
(map_type)
|
||||
(object_type)
|
||||
(value_base_type)
|
||||
(wide_string_type)
|
||||
(wide_char_type)
|
||||
] @type.builtin
|
||||
|
||||
(escape_sequence) @string.escape
|
||||
|
|
@ -115,8 +96,12 @@
|
|||
|
||||
(char_literal) @character
|
||||
|
||||
(wide_character_literal) @character
|
||||
|
||||
(string_literal) @string
|
||||
|
||||
(wide_string_literal) @string
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
|
|
@ -161,41 +146,6 @@
|
|||
(annotation_appl_custom_body
|
||||
(scoped_name) @attribute)
|
||||
|
||||
(annotation_appl_builtin_body
|
||||
(_
|
||||
[
|
||||
"id"
|
||||
"autoid"
|
||||
"optional"
|
||||
"position"
|
||||
"value"
|
||||
"extensibility"
|
||||
"final"
|
||||
"appendable"
|
||||
"mutable"
|
||||
"key"
|
||||
"must_understand"
|
||||
"default_literal"
|
||||
"default"
|
||||
"range"
|
||||
"min"
|
||||
"max"
|
||||
"unit"
|
||||
"bit_bound"
|
||||
"external"
|
||||
"nested"
|
||||
"verbatim"
|
||||
"service"
|
||||
"oneway"
|
||||
"ami"
|
||||
] @attribute.builtin))
|
||||
|
||||
(min_expr
|
||||
"min" @attribute.builtin)
|
||||
|
||||
(max_expr
|
||||
"max" @attribute.builtin)
|
||||
|
||||
(op_dcl
|
||||
(identifier) @function.method)
|
||||
|
||||
|
|
@ -413,3 +363,17 @@
|
|||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue