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

Syntax highlighting stopped working in .heex files with VSCode 1.73.1 #17

Open
Ninigi opened this issue Nov 16, 2022 · 0 comments
Open

Comments

@Ninigi
Copy link

Ninigi commented Nov 16, 2022

No problems until I updated VSCode

Version: 1.73.1
Commit: 6261075646f055b99068d3688932416f2346dd3b
Date: 2022-11-09T03:54:53.913Z
Electron: 19.0.17
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Linux x64 6.0.6-76060006-generic
Sandboxed: No

I added the emmet setting from the README

"emmet.includeLanguages": {
    "phoenix-heex": "html"
}

but still didn't work.

After some googling I found this post, added

 "files.associations": {
    "*.heex": "phoenix-heex"
}

now it works again.

Is this something that should have been automatically resolved, did I screw up something (I really don't have many custom settings or extensions), or should it be added to the README instructions?

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

1 participant