Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>sexpNew to Visual Studio Code? Get it now.
sexp

sexp

wli75

|
483 installs
| (0) | Free
ocaml sexp
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ocaml sexp

This extension provides language support for ocaml sexp in visual studio code. More on ocaml sexp: https://dev.realworldocaml.org/data-serialization.html.

Notes

In order for syntax highlighting for sexp comment to work correctly, you may want to add the following to your settings.json.

"editor.tokenColorCustomizations": {
    "textMateRules": [
    {
      "scope": [
        "comment.sexp string.unquoted",
        "comment.sexp string.quoted.double"
      ],
      "settings": {
        "foreground": "#6A9955"
      }
    }
  ]
}

Demo

demo
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft