We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186a16d commit 0fbc5d4Copy full SHA for 0fbc5d4
ReScript.sublime-syntax
@@ -269,7 +269,7 @@ contexts:
269
captures:
270
1: punctuation.section.braces.begin
271
push: moduleInner
272
- - match: '='
+ - match: '=[^\S]'
273
scope: keyword.operator.assignment
274
set: moduleRHS
275
- match: '(?=\S)'
syntax_test.res
@@ -424,5 +424,5 @@ let getAudience = (~excited) => excited ? "world!" : "world"
424
425
@bs.module external foo: {..} => {..} = "bla"
426
// ^^ keyword.operator
427
-// ^^ keyword.operator
+// ^^ storage.type.function keyword.declaration.function
428
0 commit comments