We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744dd64 commit 402a4b7Copy full SHA for 402a4b7
syntax/graphql.vim
@@ -22,6 +22,7 @@ syn keyword graphqlStructure enum scalar type union nextgroup=graphqlType skipwh
22
syn keyword graphqlStructure input interface subscription nextgroup=graphqlType skipwhite
23
syn keyword graphqlStructure implements on nextgroup=graphqlType skipwhite
24
syn keyword graphqlStructure query mutation fragment nextgroup=graphqlIdentifier skipwhite
25
+syn keyword graphqlStructure directive nextgroup=graphqlDirective skipwhite
26
syn keyword graphqlStructure extend nextgroup=graphqlStructure skipwhite
27
28
syn match graphqlDirective "\<@\h\w*\>" display
0 commit comments