coc-extensions / coc-svelte

svelte support for (Neo)Vim
MIT License
176 stars 24 forks source link

Syntax highlighting problem when coloring "margin: auto" #53

Open lihe07 opened 2 years ago

lihe07 commented 2 years ago

This code:

.platforms {
    margin: auto;
}

In my neovim, it displayed like this:

图片

I'm not sure if this issue is caused by coc-svelte, here is my plugin list:

图片