From bc8a81d3592dab86334f27d1d43c080ebf680d42 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 14 Oct 2022 17:40:10 +0200 Subject: Update --- after/syntax/rescript/graphql.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'after/syntax/rescript/graphql.vim') 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 -- cgit v1.2.3