diff options
| -rw-r--r-- | queries/graphql/highlights.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/queries/graphql/highlights.scm b/queries/graphql/highlights.scm index 758425934..cedf8e113 100644 --- a/queries/graphql/highlights.scm +++ b/queries/graphql/highlights.scm @@ -109,7 +109,8 @@ ; Literals ;--------- -(description) @comment +(description + (string_value) @comment) (comment) @comment |
