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 2129bcc commit f3fa025Copy full SHA for f3fa025
grammars/rescript.tmLanguage.json
@@ -199,12 +199,8 @@
199
"operator": {
200
"patterns": [
201
{
202
- "match": "->|\\|\\||&&|\\+\\+|\\*\\*|\\+\\.|\\+|-\\.|-|\\*\\.|\\*|/\\.|/|\\.\\.\\.|\\.\\.|\\|>|===|==|\\^|:=|!|>=(?! *\\?)|<=",
+ "match": "->|\\|\\||&&|\\+\\+|\\*\\*|\\+\\.|\\+|-\\.|-|\\*\\.|\\*|/\\.|/|\\.\\.\\.|\\.\\.|\\|>|===|==|\\^|:=|!|>=(?! *\\?)|<=|=",
203
"name": "keyword.operator"
204
- },
205
- {
206
- "match": "=",
207
- "name": "keyword.operator.assignment"
208
}
209
]
210
},
0 commit comments