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

feat: update emmet abbreviations #34

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

onlurking
Copy link
Contributor

The current emmet implementation reference has several new abbreviations and updates,
mostly for CSS Grid Layout.

For example, dg+gtc:a+gtr:a+gcg10 expands into:

display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
grid-column-gap: 10px;

@msftclas
Copy link

msftclas commented Jan 8, 2020

CLA assistant check
All CLA requirements met.

@octref octref added this to the January 2020 milestone Jan 9, 2020
@octref octref merged commit 269fd49 into microsoft:master Jan 9, 2020
@octref
Copy link
Contributor

octref commented Jan 9, 2020

Thanks!

@onlurking onlurking deleted the feat/update-abbr branch January 9, 2020 13:26
@onlurking
Copy link
Contributor Author

@octref, this PR will be out with the out with the next release of VS Code?
I didn't see it in the release notes.

octref added a commit to microsoft/vscode-docs that referenced this pull request Feb 6, 2020
@octref
Copy link
Contributor

octref commented Feb 6, 2020

For some reason vscode-emmet-helper isn't included. I pinged the person and added you microsoft/vscode-docs@d8f09b9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants