Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4cf3132

Browse files
authored
Some operators don't exist
1 parent 8999c69 commit 4cf3132

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

grammars/tree-sitter-javascript.cson

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ scopes:
216216
'"|="': 'keyword.operator.js'
217217
'"^="': 'keyword.operator.js'
218218
'"&="': 'keyword.operator.js'
219-
'"??="': 'keyword.operator.js'
220-
'"||="': 'keyword.operator.js'
221-
'"&&="': 'keyword.operator.js'
222219
'"-="': 'keyword.operator.js'
223220
'"+="': 'keyword.operator.js'
224221
'"%="': 'keyword.operator.js'

0 commit comments

Comments
 (0)