Skip to content
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

Update SCSS syntax extension #49076

Merged
merged 2 commits into from
May 4, 2018

Conversation

stormwarning
Copy link
Contributor

@stormwarning stormwarning commented May 2, 2018

Rebuilds the SCSS syntax from the source repo (https://github.com/atom/language-sass).

The latest version of the syntax includes a separate file for SassDoc comment blocks, so
I've modified the scripts and grammars in package.json to account for that.

Closes #49071

@msftclas
Copy link

msftclas commented May 2, 2018

CLA assistant check
All CLA requirements met.

"version": "1.0.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-sass grammars/scss.cson ./syntaxes/scss.tmLanguage.json"
"update-grammar": "npm run update-scss && npm run update-sassdoc",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update-grammar.js can already update multiple grammars from the same file. See https://github.com/Microsoft/vscode/blob/master/extensions/perl/package.json#L9 for the syntax.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tip — updated the script syntax 👍

@stormwarning stormwarning force-pushed the update-scss-syntax-extension branch from 8b47fd6 to e8bf2a2 Compare May 4, 2018 14:47
@aeschli aeschli merged commit fe68da1 into microsoft:master May 4, 2018
@aeschli
Copy link
Contributor

aeschli commented May 4, 2018

@stormwarning Awesome, thanks a lot for the PR!

@aeschli aeschli added this to the May 2018 milestone May 4, 2018
@aeschli aeschli added the css-less-scss Issues and items concerning CSS,Less,SCSS styling label May 4, 2018
@aeschli aeschli added the verified Verification succeeded label May 29, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
css-less-scss Issues and items concerning CSS,Less,SCSS styling verified Verification succeeded
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[scss] grammar is out of date
3 participants