diff options
Diffstat (limited to 'after/syntax/rescript/graphql.vim')
-rw-r--r-- | after/syntax/rescript/graphql.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/syntax/rescript/graphql.vim b/after/syntax/rescript/graphql.vim index f7891338..1e5ed04c 100644 --- a/after/syntax/rescript/graphql.vim +++ b/after/syntax/rescript/graphql.vim @@ -38,5 +38,5 @@ if exists('s:current_syntax') let b:current_syntax = s:current_syntax endif -syntax region graphqlExtensionPoint start=+%graphql(+ end=+)+ contains=graphqlExtensionPointS +syntax region graphqlExtensionPoint start=+%\(graphql\|relay\)(+ end=+)+ contains=graphqlExtensionPointS syntax region graphqlExtensionPointS matchgroup=String start=+`+ end=+`+ contains=@GraphQLSyntax contained |