Releases: ocamllabs/vscode-ocaml-platform
Releases · ocamllabs/vscode-ocaml-platform
v0.6.1
- Fix Dune formatting for unsaved files
v0.6.0
- Add Cram test syntax highlighting
- Add ATD syntax highlighting
- Add formatting for Dune files with format-dune-file
- Fix errors by the lsp server stealing focus from the editor to the output
window.
v0.5.0
- Improve ocamllex syntax highlighting
- Improve opam syntax highlighting
- Fix bugs in ocaml and ocamllex syntax highlighting
- Add OCamlFormat syntax highlighting
- Add dune-project syntax highlighting
- Add dune-workspace syntax highlighting
- Add dune snippets
- Add dune-project snippets
- Add META syntax highlighting
- Remove
ocaml.lsp.path
configuration option
- Introduce
ocaml.sandbox
configuration option to set the toolchain
- Introduce a
ocaml.select-sandbox
command for selecting the sandbox
v0.4.0
- Add syntax highlighting and basic language support for ocamlyacc/menhir sources.
- Improve syntax highlighting of OCaml sources
v0.3.1
- Remove auto closing for single quotes and angled brackets.
v0.3.0
- Add OCaml indent rules
- Add auto-closing support for characters, object types
- Fix wonky auto-closing behavior of comments
v0.2.0
- Add ocamllex syntax highlighting
v0.1.0
- Add an OCaml problem matcher
- Add OCaml snippets
- Add Reason syntax highlighting