Golang highlighting

This commit is contained in:
morhetz
2014-03-06 16:53:01 +04:00
parent 106d5556a1
commit be95c208c8

View File

@@ -764,6 +764,15 @@ call s:HL('rubyInterpolationDelimiter', 'aqua')
call s:HL('objcTypeModifier', 'red')
call s:HL('objcDirective', 'blue')
" }}}
" Go: {{{
call s:HL('goDirective', 'aqua')
call s:HL('goConstants', 'purple')
call s:HL('goDeclaration', 'red')
call s:HL('goDeclType', 'blue')
call s:HL('goBuiltins', 'orange')
" }}}
" Functions -------------------------------------------------------------------