golang highlight := operator

This commit is contained in:
Felix Angell 2018-04-21 19:14:04 +01:00
parent 984f8e9362
commit 112eb553b8

View File

@ -89,7 +89,7 @@ pattern = "\"([^\\\"]|\\.)*\""
[syntax.symbol]
colouring = 0xf0a400
match = [
"+=", "-=", "*=", "/=", ">>", "<<", "==", "!=",
"+=", "-=", "*=", "/=", ">>", "<<", "==", "!=", ":=",
">=", "<=", "||", "&&",
"=", ":", ";", "*", "&", "+", "-", "/", "%",
"^", "#", "!", "@", "<", ">", ".", ","