Commit d6eada28 authored by Yasuhiro Matsumoto's avatar Yasuhiro Matsumoto Committed by David Symonds

misc/vim: "PACKAGE DOCUMENTATION" is not hilighted

R=golang-dev, r, dsymonds
CC=golang-dev
https://golang.org/cl/14018043
parent b1284268
...@@ -7,7 +7,7 @@ if exists("b:current_syntax") ...@@ -7,7 +7,7 @@ if exists("b:current_syntax")
endif endif
syn case match syn case match
syn match godocTitle "^\([A-Z]*\)$" syn match godocTitle "^\([A-Z][A-Z ]*\)$"
command -nargs=+ HiLink hi def link <args> command -nargs=+ HiLink hi def link <args>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment