diff --git a/Default.sublime-commands b/Default.sublime-commands index 3953d6c..79422c6 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -1,6 +1,6 @@ [ { - "caption": "ReScript: Format file", + "caption": "ReScript: Format File", "command": "format" } ] diff --git a/README.md b/README.md index d15607e..d52ca8e 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Get it from https://packagecontrol.io/packages/ReScript ## Features - Highlighting -- Soon: formatting +- Formatting: Command Palette (`cmd-shift-p`) -> ReScript: Format File ## Config -- 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! +- Command Palette -> 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! @@ -31,4 +31,4 @@ Tldr (documented in first link): - Change `ReScript.sublime-syntax` - Open `syntax_test.res` -- Command Palette (`cmd-shift-p`) -> Build With: Syntax Tests +- Command Palette -> Build With: Syntax Tests