d4rkr00t / language-stylus

Stylus language support for Visual Studio Code
MIT License
44 stars 12 forks source link

Import browser data from css-language-service #69

Closed octref closed 5 years ago

octref commented 5 years ago

Hey @d4rkr00t, this is Pine from VS Code team. I work on https://github.com/Microsoft/vscode-css-languageservice and https://github.com/vuejs/vetur. Recently I got this PR: https://github.com/vuejs/vetur/pull/953, so I thought I should upstream it.

I have made a lot of improvements to browsers.ts in the last few months, using data from MDN. Would be great to see these changes propagate to Stylus in a similar way: https://code.visualstudio.com/updates/v1_25#_new-css-pseudo-selectors-and-pseudo-elements-from-mdn

Here's a rough plan:

What do you think? I can work on PRs.

d4rkr00t commented 5 years ago

Hey, sounds awesome! I'm not actively maintain this extensions anymore, but i'm happy to accept PRs :)

octref commented 5 years ago

stylus

PR is at #70.

octref commented 5 years ago

Fixed and shipped.