The official Sublime Text plugin for ReScript.
Get it from https://packagecontrol.io/packages/ReScript
- Highlighting
- Soon: formatting
- Command Palette (
cmd-shift-p
) -> UI: Select Color Scheme. Use Mariana for best effects. Or try another one and tell us. Mariana colors tokens distinctively (and still pleasantly) enough for module and variant to be visually distinct despite both being capitalized. Gotta have accurate highlighting!
Thanks for your interest in contributing!
Docs at https://www.sublimetext.com/docs/3/syntax.html and https://www.sublimetext.com/docs/3/scope_naming.html
Tldr (documented in first link):
- Change
ReScript.sublime-syntax
- Open
syntax_test.res
- Command Palette (
cmd-shift-p
) -> Build With: Syntax Tests