hedefalk / atom-vue

Vue component file syntax for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax Hightlight Error When Use Stylus

visualxcode opened this issue · comments

in version 0.21.2,it‘s working well
acafc4e3-4f1e-44f4-922a-31adfdb53039
but when i update it to 0.23.0,the hightlight is broken.
5402e259-c2cc-41ad-aba5-d363dd809fe0

It's due to a recent commit 80783d0 which moved stylus scope under css scope to respect the scope convention used in the most popular stylus language package for Atom.

Actually, the new version is the correct highlight for css codes, not the old one.

See the example in the README of atom/one-dark-syntax to confirm that

thanks!