From 2ad3929acd597f4ee461eb97d2070a861dcde4d7 Mon Sep 17 00:00:00 2001 From: Loris Zinsou Date: Sat, 26 Oct 2019 22:23:22 +0200 Subject: [PATCH] Fix definitions highlighting after field and variable --- grammars/graphql.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/grammars/graphql.json b/grammars/graphql.json index 29ec1fe..f3edced 100644 --- a/grammars/graphql.json +++ b/grammars/graphql.json @@ -119,7 +119,8 @@ { "include": "#graphql-variable-definitions" }, { "include": "#graphql-type-object" }, { "include": "#graphql-colon"}, - { "include": "#graphql-input-types"} + { "include": "#graphql-input-types"}, + { "include": "#graphql-string-value"} ] }, "graphql-schema": { @@ -207,7 +208,8 @@ { "include": "#graphql-colon" }, { "include": "#graphql-input-types"}, { "include": "#graphql-variable-assignment"}, - { "include": "#graphql-skip-newlines" } + { "include": "#graphql-skip-newlines" }, + { "include": "#graphql-string-value"} ] }, "graphql-input-types": {