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:
parent
b128426804
commit
d6eada282e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user