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

Commit c04bb07

Browse files
authored
Nevermind, they do exist
The atom console is outdated
1 parent 4cf3132 commit c04bb07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grammars/tree-sitter-javascript.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ 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'
219222
'"-="': 'keyword.operator.js'
220223
'"+="': 'keyword.operator.js'
221224
'"%="': 'keyword.operator.js'

0 commit comments

Comments
 (0)