Skip to content

wli75/sexp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ocaml sexp language extension for vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published