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

Shortcuts of html, css and javascrip are not working within a Plush File #5

Open
YanDeLeon opened this issue Nov 17, 2022 · 3 comments
Assignees

Comments

@YanDeLeon
Copy link
Collaborator

Shortcuts and suggestions for embedded languages should be enabled on a .plush.html file

Steps to reproduce:

Type any html tag on a .plush.html file and no suggestions will show

@YanDeLeon YanDeLeon self-assigned this Nov 17, 2022
@YanDeLeon
Copy link
Collaborator Author

Apparently we need to add The following lines to our vscode json settings to make emmet work with plush:

"emmet.includeLanguages": { "plush": "html" },
@paganotoni

@paganotoni
Copy link
Member

Is this something that the extension does? or the user?

@YanDeLeon
Copy link
Collaborator Author

YanDeLeon commented Nov 18, 2022

The user needs to do it.

I checked this out over here : Issue

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

No branches or pull requests

2 participants