Skip to content

Commit dd24b52

Browse files
committed
reorder
1 parent 5574746 commit dd24b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/scala.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
'name': 'keyword.operator.scala'
460460
}
461461
{
462-
'match': '\\b(=|==|===|!=|<=|>=|<>|<|>)\\b'
462+
'match': '\\b(===|==|=|!=|<=|>=|<>|<|>)\\b'
463463
'name': 'keyword.operator.comparison.scala'
464464
}
465465
{

0 commit comments

Comments
 (0)