summaryrefslogtreecommitdiffstats
path: root/after/syntax/reason/graphql.vim
diff options
context:
space:
mode:
Diffstat (limited to 'after/syntax/reason/graphql.vim')
-rw-r--r--after/syntax/reason/graphql.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/syntax/reason/graphql.vim b/after/syntax/reason/graphql.vim
index af28b8e4..47a63e62 100644
--- a/after/syntax/reason/graphql.vim
+++ b/after/syntax/reason/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