Skip to content

Commit f3fa025

Browse files
committed
Tiny cleanup
1 parent 2129bcc commit f3fa025

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

grammars/rescript.tmLanguage.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,8 @@
199199
"operator": {
200200
"patterns": [
201201
{
202-
"match": "->|\\|\\||&&|\\+\\+|\\*\\*|\\+\\.|\\+|-\\.|-|\\*\\.|\\*|/\\.|/|\\.\\.\\.|\\.\\.|\\|>|===|==|\\^|:=|!|>=(?! *\\?)|<=",
202+
"match": "->|\\|\\||&&|\\+\\+|\\*\\*|\\+\\.|\\+|-\\.|-|\\*\\.|\\*|/\\.|/|\\.\\.\\.|\\.\\.|\\|>|===|==|\\^|:=|!|>=(?! *\\?)|<=|=",
203203
"name": "keyword.operator"
204-
},
205-
{
206-
"match": "=",
207-
"name": "keyword.operator.assignment"
208204
}
209205
]
210206
},

0 commit comments

Comments
 (0)