pranaygp / vscode-css-peek

A vscode extension for peeking at CSS definitions from a class or id tag in HTML
MIT License
142 stars 32 forks source link

Stylus pug support? #113

Open Venegrad opened 3 years ago

Venegrad commented 3 years ago

do you plan to support stylus and pug in the future?

pranaygp commented 3 years ago

I'm definitely interested in adding support for both of those, yup. Unfortunately I've been swamped with a new project I'm working on but I'm happy to accept any PRs on this :)

aleclarson commented 2 years ago

Can you give me some guidance on how to add Stylus support?

I assume it's not as simple as updating these variables: https://github.com/pranaygp/vscode-css-peek/blob/e4b0ceb3547a219e3081854f1d1e208c20cd45f8/client/src/extension.ts#L19-L20