From 95d82fdb668b746ac100a8b7d2aca38038150707 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Dec 2020 19:44:40 +0100 Subject: Update --- after/syntax/php/graphql.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'after/syntax/php/graphql.vim') diff --git a/after/syntax/php/graphql.vim b/after/syntax/php/graphql.vim index d26de073..3c94bcb8 100644 --- a/after/syntax/php/graphql.vim +++ b/after/syntax/php/graphql.vim @@ -29,7 +29,11 @@ if exists('b:current_syntax') let s:current_syntax = b:current_syntax unlet b:current_syntax endif + +let b:graphql_nested_syntax = 1 syn include @GraphQLSyntax syntax/graphql.vim +unlet b:graphql_nested_syntax + if exists('s:current_syntax') let b:current_syntax = s:current_syntax endif -- cgit v1.2.3