Tighten syntax highlighting a bit

This commit is contained in:
Jan Larres 2011-02-07 19:16:38 +13:00
parent 1900bf9da1
commit 3639b9635a

View File

@ -786,7 +786,7 @@ function! s:OpenWindow()
syntax match Comment '^" .*' " Comments
syntax match Identifier '^ [^: ]\+[^:]\+$' " Non-scoped kinds
syntax match Title '[^:(* ]\+\ze\*\? :' " Scope names
syntax match Type ': \zs.*' " Scope types
syntax match Type ' : \zs.*' " Scope types
syntax match SpecialKey '(.*)' " Signatures
syntax match NonText '\*\ze :' " Pseudo-tag identifiers