highlights(graphql): fix captures

This commit is contained in:
ObserverOfTime 2022-10-22 17:03:04 +03:00
parent 276627849b
commit c44c7e4367

View file

@ -19,12 +19,6 @@
(input_object_type_definition
(name) @type)
(directive_definition
(name) @type)
(directive_definition
"@" @type)
(scalar_type_extension
(name) @type)
@ -46,7 +40,14 @@
(named_type
(name) @type)
(directive) @type
; Directives
;-----------
(directive_definition
"@" @attribute
(name) @attribute)
(directive) @attribute
; Properties
;-----------