tag attribute highlighting complete
This commit is contained in:
parent
b91f3f9839
commit
3f45f466c5
|
@ -98,7 +98,7 @@ hi CRComment ctermfg=240
|
||||||
hi CRCommentBright ctermfg=244
|
hi CRCommentBright ctermfg=244
|
||||||
hi CRCommentDark ctermfg=238
|
hi CRCommentDark ctermfg=238
|
||||||
|
|
||||||
hi TestTest ctermfg=27
|
hi TestTest ctermfg=200
|
||||||
|
|
||||||
|
|
||||||
" HTML colours
|
" HTML colours
|
||||||
|
@ -211,7 +211,12 @@ hi! def link cssClassName scssSelectorName
|
||||||
hi! def link cssIdentifier CRCssSelectorBright
|
hi! def link cssIdentifier CRCssSelectorBright
|
||||||
hi! def link cssClassAttr scssSelector
|
hi! def link cssClassAttr scssSelector
|
||||||
hi! def link cssIdentifierAttr CRCssBaseBright
|
hi! def link cssIdentifierAttr CRCssBaseBright
|
||||||
|
hi! def link htmlImgArg TestTest
|
||||||
|
hi! def link htmlImgValue TestTest
|
||||||
|
hi! def link htmlDataArg TestTest
|
||||||
|
hi! def link htmlDataValue TestTest
|
||||||
|
hi! def link htmlHrefArg TestTest
|
||||||
|
hi! def link htmlHrefValue TestTest
|
||||||
|
|
||||||
|
|
||||||
" sidebar colours
|
" sidebar colours
|
||||||
|
|
Loading…
Reference in New Issue