-
Notifications
You must be signed in to change notification settings - Fork 39.6k
[stylus] Add Stylus language support #113
Copy link
Copy link
Closed
Labels
*extension-candidateIssue identified as good extension implementationIssue identified as good extension implementationfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Metadata
Metadata
Assignees
Labels
*extension-candidateIssue identified as good extension implementationIssue identified as good extension implementationfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
I would like to have full Stylus language support, the same we already have for Sass and Less.
Coloring is already available with
tmLanguage, but we should have full intellisense support, errors, warnings etc.I've already taken a look at the way Sass was built, and if you would like to have this improvement in VSCode core, I can contribute with a PR.
If there is any way to do that as an extension (but using the power of Monarch etc), I'll be glad if you give some guidelines of how I can achieve that.
Thanks in advance.