mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00: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…
x
Reference in New Issue
Block a user