neoclide / coc-html

Html language server extension for coc.nvim.
208 stars 6 forks source link

How to change the HTML tag showmatch colors ? #29

Closed yangxyo closed 3 years ago

yangxyo commented 3 years ago

Below will let the font of the matching tag turn to white:

set showmatch
hi MatchParen ctermfg=white guifg=white

image

How to change the colors of the matching tags of HTML?

image

chemzqm commented 3 years ago

Don't know, not related to this extension.

yangxyo commented 3 years ago

I think they have a relation. Because coc-html has the power that HTML tags showmatch.

chemzqm commented 3 years ago

It's not