https://github.com/whitequark/sublime-s-expressions
Sublime Text 3 syntax definition for S-Expressions
https://github.com/whitequark/sublime-s-expressions
Last synced: 3 months ago
JSON representation
Sublime Text 3 syntax definition for S-Expressions
- Host: GitHub
- URL: https://github.com/whitequark/sublime-s-expressions
- Owner: whitequark
- License: 0bsd
- Created: 2018-06-16T22:27:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T23:11:49.000Z (over 6 years ago)
- Last Synced: 2025-03-02T12:39:53.139Z (3 months ago)
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-0BSD.txt
Awesome Lists containing this project
README
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.[sexplib]: https://github.com/janestreet/sexplib
[dune]: https://github.com/ocaml/duneLicense
-------[0-clause BSD](LICENSE-0BSD.txt)