mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Another small tweak to html syntax colours
This commit is contained in:
parent
787b737310
commit
acc16fcf3d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue