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 28aa62b commit e39ccdeCopy full SHA for e39ccde
CHANGELOG.md
@@ -2,11 +2,16 @@
2
3
## Unreleased
4
5
-- Add mlx syntax highlight (#1802)
+## 1.30.1
6
+
7
- Enhance dune syntax highlighting for ctypes and deps (#1851)
8
- Remove broken quoted string literal highlighting from grammar. Quoted strings
9
are already highlighted correctly by the language server. (#1860)
10
11
+## 1.30.0
12
13
+- Add mlx syntax highlight (#1802)
14
15
## 1.29.0
16
17
- Add one-click install option for ocaml-lsp-server (#1725)
package.json
@@ -1,7 +1,7 @@
1
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
- "version": "1.30.0",
+ "version": "1.30.1",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
0 commit comments