posva / vim-vue

Syntax Highlight for Vue.js components
MIT License
1.29k stars 103 forks source link

No syntax highlighting within <style> tag #135

Open DCRichards opened 5 years ago

DCRichards commented 5 years ago

Vim version: VIM - Vi IMproved 8.1 (2018 May 18, compiled Apr 11 2019 17:46:54) Plugin version: ?

Issue

I currently have no syntax highlighting being shown within the <style> tags of my vue file, the filetype is set correctly and HTML and JS are highlighted correctly but SCSS highlighting is currently missing. I have tried syntax sync fromstart and changing scoped and lang="" to various values and nothing seems to change this. Is there something within the SCSS itself causing this?

Screenshot 2019-05-14 at 11 38 43

ctstewart commented 5 years ago

I am also having this issue. If you remove everything from the