1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:10:22 -07:00

misc/vim: "PACKAGE DOCUMENTATION" is not hilighted

R=golang-dev, r, dsymonds
CC=golang-dev
https://golang.org/cl/14018043
This commit is contained in:
Yasuhiro Matsumoto 2013-09-27 12:57:09 +10:00 committed by David Symonds
parent b128426804
commit d6eada282e

View File

@ -7,7 +7,7 @@ if exists("b:current_syntax")
endif
syn case match
syn match godocTitle "^\([A-Z]*\)$"
syn match godocTitle "^\([A-Z][A-Z ]*\)$"
command -nargs=+ HiLink hi def link <args>