From 2d1c26a89d5e3d90f1affb45fd1ec71d405f55a1 Mon Sep 17 00:00:00 2001 From: Vikas Raj Date: Fri, 1 Oct 2021 11:52:55 +0530 Subject: highlight `description` as a comment --- queries/graphql/highlights.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/graphql/highlights.scm b/queries/graphql/highlights.scm index 75842593..cedf8e11 100644 --- a/queries/graphql/highlights.scm +++ b/queries/graphql/highlights.scm @@ -109,7 +109,8 @@ ; Literals ;--------- -(description) @comment +(description + (string_value) @comment) (comment) @comment -- cgit v1.2.3