Highlight golang variable assignment

Signed-off-by: Xavier Lucas <xavier.lucas@corp.ovh.com>
This commit is contained in:
Xavier Lucas 2017-09-18 13:56:37 +02:00
commit 5872904f83
No known key found for this signature in database
GPG key ID: D52E58D0CCB40E72

View file

@ -275,6 +275,7 @@ call <sid>hi('goDeclaration', s:cdBlue, {}, 'none', {})
call <sid>hi('goDeclType', s:cdBlue, {}, 'none', {})
call <sid>hi('goTypeDecl', s:cdBlue, {}, 'none', {})
call <sid>hi('goTypeName', s:cdBlueGreen, {}, 'none', {})
call <sid>hi('goVarAssign', s:cdLightBlue, {}, 'none', {})
call <sid>hi('goVarDefs', s:cdLightBlue, {}, 'none', {})
call <sid>hi('goReceiver', s:cdFront, {}, 'none', {})
call <sid>hi('goReceiverType', s:cdDarkBlue, {}, 'none', {})