Skip to content

Commit 4687335

Browse files
committed
Document formatting file
1 parent eebb860 commit 4687335

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Default.sublime-commands

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"caption": "ReScript: Format file",
3+
"caption": "ReScript: Format File",
44
"command": "format"
55
}
66
]

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Get it from https://packagecontrol.io/packages/ReScript
99
## Features
1010

1111
- Highlighting
12-
- Soon: formatting
12+
- Formatting: Command Palette (`cmd-shift-p`) -> ReScript: Format File
1313

1414
## Config
1515

16-
- 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!
16+
- 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!
1717

1818
<!-- - Open this repo's `Default.sublime-settings`, put in the absolute path to the formatter exe in `optionalGlobalFormatter`. -->
1919

@@ -31,4 +31,4 @@ Tldr (documented in first link):
3131

3232
- Change `ReScript.sublime-syntax`
3333
- Open `syntax_test.res`
34-
- Command Palette (`cmd-shift-p`) -> Build With: Syntax Tests
34+
- Command Palette -> Build With: Syntax Tests

0 commit comments

Comments
 (0)