Skip to content

Sublime Text 3 syntax definition for S-Expressions

License

Notifications You must be signed in to change notification settings

whitequark/Sublime-S-Expressions

Repository files navigation

S Expressions for Sublime Text 3

This package contains a Sublime Text 3 syntax definition for S-Expressions.

It features:

  • Atoms and parens (one (two three))
  • Integer and floating point numbers 123, 12.34;
  • Strings "i'm quoted in new york times";
  • Line comments ; hello;
  • Expression comments (one #;(hide me) two);
  • Block comments with nesting #| one #| two |# three |#.

This happens to be the syntactic features recognized by sexplib, e.g. as used in Dune configuration files.

License

0-clause BSD

About

Sublime Text 3 syntax definition for S-Expressions

Resources

License

Stars

Watchers

Forks

Packages

No packages published