We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1d1d1 commit 4210a35Copy full SHA for 4210a35
CHANGELOG.md
@@ -2,7 +2,9 @@
2
3
## Unreleased
4
5
-- Add support for quoted string literal brackets (`{|`, `|}`) syntax highlighting and auto-closing pairs
+## 1.30.2
6
+
7
+- Add support for quoted string literal brackets (`{|`, `|}`) syntax highlighting and auto-closing pairs (#1869)
8
- Reintroduce quoted string literal highlighting with correct ID handling (#1871)
9
10
## 1.30.1
package.json
@@ -1,7 +1,7 @@
1
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
- "version": "1.30.1",
+ "version": "1.30.2",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
0 commit comments