Another small tweak to html syntax colours

This commit is contained in:
Kevin 2014-04-04 03:46:17 -04:00
parent 787b737310
commit acc16fcf3d

View file

@ -352,8 +352,8 @@ call s:X("htmlSpecialChar","","","italic","","")
call s:X("htmlArg","d75f5f","","bold","Red","") call s:X("htmlArg","d75f5f","","bold","Red","")
call s:X("htmlTagName","ffd787","","bold","Yellow","") call s:X("htmlTagName","ffd787","","bold","Yellow","")
call s:X("htmlTag","87d7ff","","bold","Blue","") call s:X("htmlTag","87d7ff","","bold","Blue","")
call s:X("htmlLink","87d7ff","","underline","Blue","") call s:X("commentURL","87d7ff","","underline","White","")
hi! link commentURL htmlLink call s:X("htmlLink","","","underline","","")
"php "php
hi! link phpFunctions Function hi! link phpFunctions Function