diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-11-02 23:27:57 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-11-02 23:27:57 +0100 |
commit | 30c1920e4fa4e612238e1f435907c40ecfa47f33 (patch) | |
tree | f88ffb408895a5baf93fe81fdd12acba17f32d44 /syntax/godoc.vim | |
parent | 57cfac7ae384466c3ff2543a9200319dc1d459a0 (diff) | |
download | vim-polyglot-1.4.1.tar.gz vim-polyglot-1.4.1.zip |
Massive update :)v1.4.1
Diffstat (limited to 'syntax/godoc.vim')
-rw-r--r-- | syntax/godoc.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/godoc.vim b/syntax/godoc.vim index 82f78aa3..bd4443f7 100644 --- a/syntax/godoc.vim +++ b/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 <args> |