Releases: ocamllabs/vscode-ocaml-platform
Releases · ocamllabs/vscode-ocaml-platform
v1.3.1
v1.3.0
v1.2.0
v1.1.2
- Highlight dashes in PKG names for .merlin files (#349)
- Make .ocamlformat syntax highlighting more distinct (#350)
- Improve highlighting of path elements and strings in .merlin files (#355)
- Fix highlighting of comments that contain quoted string literals (#363)
- Fix highlighting of rec keyword in type-annotated functions (#364)
v1.1.1
v1.1.0
v1.0.0
v0.9.0
- Fix syntax highlighting of empty comments (#276)
- Fix syntax highlighting of floating attributes (#281)
- Improve highlighting of external declarations (#282)
- Highlight unprefixed opam files (#284)
- Fix syntax highlighting of
module type of
(#285) - Fix syntax highlighting of module constraints (#286)
- Fix syntax highlighting of lazy bindings (#287)
- Add syntax highlighting for new ocamlformat values:
after-when-possible
,before-except-val
, andunset
(#288) - Fix Reason syntax highlighting of binding operators (#291)
- Fix Reason syntax highlighting of type extensions (#292)
- Improve syntax highlighting of OCaml comments that contain strings (#289)
- Fix Reason syntax highlighting of recursive modules (#295)
- Improve automatic indentation of parentheses (#308)
v0.8.0
- Add highlighting for locally abstract types in OCaml files
- Add highlighting for OASIS files
- Improve OCamlbuild highlighting
- Add dune task provider
- Add commands
ocaml.open-terminal
andocaml.open-terminal-select
to open a
terminal in a sandbox - Add
ocaml.trace.server
configuration option for the verbosity of the
language server logs. - Add command
ocaml.server.restart
to restart the language server - Fix indentation rules for let-in expressions (#272)
v0.7.0
- Fix faulty detection of esy sandboxes (#212)
- Add support for Dune formatting in sandboxes
- Add .mld syntax highlighting
- Add highlighting for Cppo directives in OCaml files
- Add highlighting for more toplevel and topfind directives in OCaml files
- OCaml problem matcher now understands multi line errors emitted by 4.09 (#229)
- Show statusbar item for current toolchain