Skip to content

Commit 5cb9248

Browse files
Version Packages
1 parent 277cdda commit 5cb9248

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/graphql-value-string-highlighting.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/vscode-graphql-syntax/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vscode-graphql-syntax
22

3+
## 1.3.12
4+
5+
### Patch Changes
6+
7+
- [#4385](https://github.com/graphql/graphiql/pull/4385) [`bd73a95`](https://github.com/graphql/graphiql/commit/bd73a95154021981d40294a76b24e3266b3a7287) Thanks [@glen-84](https://github.com/glen-84)! - Highlight GraphQL string values — including single-line and block (triple-quoted) strings in directive and field arguments, list items, and default values — as strings instead of comments. Descriptions are now scoped as documentation (`comment.block.documentation` / `comment.line.documentation`) so themes can style them distinctly while still defaulting to comment colors.
8+
39
## 1.3.11
410

511
### Patch Changes

packages/vscode-graphql-syntax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-graphql-syntax",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"displayName": "GraphQL: Syntax Highlighting",
55
"description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript",
66
"publisher": "GraphQL",

0 commit comments

Comments
 (0)