File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,6 @@ contexts:
130
130
- match :
131
131
' ->|\|\||&&|\+\+|\*\*|\+\.|\+|-\.|-|\*\.|\*|/\.|/|\.\.\.|\.\.|\|>|===|==|\^|:=|!|>=(?! *\?)|<='
132
132
scope : keyword.operator
133
-
134
- assignment :
135
133
- match : ' ='
136
134
scope : keyword.operator.assignment
137
135
@@ -269,6 +267,7 @@ contexts:
269
267
1 : punctuation.section.braces.begin
270
268
push : moduleInner
271
269
- match : ' ='
270
+ scope : keyword.operator.assignment
272
271
set : moduleRHS
273
272
- match : ' (?=\S)'
274
273
pop : true
@@ -294,7 +293,6 @@ contexts:
294
293
- include : array
295
294
- include : jsx
296
295
- include : operator
297
- - include : assignment
298
296
- include : number
299
297
- include : openOrIncludeModule
300
298
- include : moduleDeclaration
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ Foo.Some(Bar())
165
165
Foo .make (Bar ())
166
166
module Bla = Belt .Map .Make (Bar ({type t let a :b = "cc" }))
167
167
// ^ source.res entity.name.namespace
168
+ // ^ keyword.operator.assignment
168
169
// ^ source.res entity.name.namespace
169
170
// ^ source.res entity.name.namespace
170
171
// ^ source.res punctuation.section.parens.begin
You can’t perform that action at this time.
0 commit comments