willofindie / vscode-cssvar

VSCode extension to support CSS Variables Intellisense
https://marketplace.visualstudio.com/items?itemName=phoenisx.cssvar
MIT License
252 stars 4 forks source link

[#27][Feat] Add support for Safe Parser #48

Closed phoenisx closed 2 years ago

phoenisx commented 2 years ago

This is a big change, to support safe parsers. In future, this extension would have its own parser for CSS variables supporting any extension.

This change is not breaking in nature.

Usage for safe parser may or may not work properly for unsupported extensions, like jsx, tsx, vue etc. Future updates will fix that.