We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6a540 commit 2a9c1ddCopy full SHA for 2a9c1dd
grammars/rescript.tmLanguage.json
@@ -201,11 +201,7 @@
201
{
202
"match": "->|\\|\\||&&|\\+\\+|\\*\\*|\\+\\.|\\+|-\\.|-|\\*\\.|\\*|/\\.|/|\\.\\.\\.|\\.\\.|\\|>|===|==|\\^|:=|!|>=(?! *\\?)|<=",
203
"name": "keyword.operator"
204
- }
205
- ]
206
- },
207
- "assignment": {
208
- "patterns": [
+ },
209
210
"match": "=",
211
"name": "keyword.operator.assignment"
@@ -462,9 +458,6 @@
462
458
463
459
"include": "#operator"
464
460
},
465
- {
466
- "include": "#assignment"
467
468
461
469
"include": "#number"
470
0 commit comments