Skip to content

Commit b37379e

Browse files
committed
Fix typo in 9848d2a
1 parent 9848d2a commit b37379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReScript.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ contexts:
132132
# gotta add `keyword` to this scope. This file is synced with our vscode
133133
# textmate grammar too, and many themes there don't highlight
134134
# `keyword.operator`. So we'll highlight them as `keyword`
135-
scope: keyword.operator keyword.
135+
scope: keyword.operator keyword
136136
- match: '\|>'
137137
scope: invalid.deprecated
138138

0 commit comments

Comments
 (0)