Skip to content

Commit 14d989c

Browse files
committed
fix broken syntax highlighting
1 parent e7d8ff3 commit 14d989c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

syntax/GoSublime-Go-Legacy.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ contexts:
9090
scope: keyword.operator.go
9191
- match: '<-'
9292
scope: keyword.operator.channel.go
93-
- match: '[+-|^*/%&]=|<<=|>>=|&^='
93+
- match: '[-+|^*/%&]=|<<=|>>=|&^='
9494
scope: keyword.operator.assignment.go
9595
- match: '&^|<<|>>'
9696
scope: keyword.operator.arithmetic.go

0 commit comments

Comments
 (0)