-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to support cssnext syntax #50
Comments
or i just want less syntax hightlight default |
When not specifying lang, vetur only builds support according to Vue SFC. Sorry. |
Oops, I ignored cssnext part. If there is a good postcss/cssnext grammar out there, I can support it. But I wouldn't want to write postcss support from scratch. |
postcss/postcss#409 (comment) |
OK. This looks more promising though: https://github.com/y0ssar1an/CSS3 I'll look into it and have it by next version. |
CSS3 uses Sublime Text specific grammar, so I guess the best I can do is to port the Atom PostCSS extension, or include the grammar from https://github.com/azat-io/atom-language-postcss |
It seems that vetur doesn't support the feature 'nesting' of cssnext |
I also found vetur doesn't support nesting syntax. |
For PostCSS, you only have syntax highlight. |
I want syntax hightlight without no lang set. I just use cssnext for nest selectors.
lang="less"
hightlight ok.
no lang set
error hightlight
The text was updated successfully, but these errors were encountered: