I've enabled sass/scss syntax in .svelte files by using: let g:svelte_preprocessors = ['scss', 'sass'] and it looks strange.
It breaks highlighting for <> in style tag, and breaks highlighting for css properties.
Here's how it looks:
Here's how default looks:
Here's how it should look imo:
I tried to debug and disabled all of my configs and plugins except this,
Hi. Thanks for the plugin.
I've enabled sass/scss syntax in .svelte files by using:
let g:svelte_preprocessors = ['scss', 'sass']
and it looks strange. It breaks highlighting for<>
in style tag, and breaks highlighting for css properties.Here's how it looks:
Here's how default looks:
Here's how it should look imo:
I tried to debug and disabled all of my configs and plugins except this,
but it didn't help Vim version
8.2 (2019 Dec 12, compiled Jun 21 2020 16:11:23) (Arch Linux)