From d6eada282e23013e42e99330f46d257316a213e0 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 27 Sep 2013 12:57:09 +1000 Subject: [PATCH] misc/vim: "PACKAGE DOCUMENTATION" is not hilighted R=golang-dev, r, dsymonds CC=golang-dev https://golang.org/cl/14018043 --- misc/vim/syntax/godoc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vim/syntax/godoc.vim b/misc/vim/syntax/godoc.vim index 82f78aa3c3..bd4443f7c4 100644 --- a/misc/vim/syntax/godoc.vim +++ b/misc/vim/syntax/godoc.vim @@ -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 -- 2.50.0