mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
488 B
Scheme
24 lines
488 B
Scheme
7 months ago
|
(type_definition) @class.around
|
||
|
|
||
|
(executable_definition) @function.around
|
||
|
|
||
|
(arguments_definition
|
||
|
(input_value_definition) @parameter.inside @parameter.movement)
|
||
|
|
||
|
(arguments
|
||
|
(argument) @parameter.inside @parameter.movement)
|
||
|
|
||
|
(selection
|
||
|
[(field) (fragment_spread)] @entry.around)
|
||
|
|
||
|
(selection
|
||
|
(field (selection_set) @entry.inside))
|
||
|
|
||
|
(field_definition
|
||
|
(_) @entry.inside) @entry.around
|
||
|
|
||
|
(input_fields_definition
|
||
|
(input_value_definition ) @entry.around)
|
||
|
|
||
|
(enum_value) @entry.around
|