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

Commit 7fb69c3

Browse files
committed
🎨
1 parent 66e2d8e commit 7fb69c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/javascript.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@
859859
'operators':
860860
'patterns': [
861861
{
862-
'match': '%=|\\+=|\\-=|\\*=|(?<!\\()/='
862+
'match': '%=|\\+=|-=|\\*=|(?<!\\()/='
863863
'name': 'keyword.operator.assignment.compound.js'
864864
}
865865
{

0 commit comments

Comments
 (0)