-
Notifications
You must be signed in to change notification settings - Fork 107
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
Feature: Good support for eex/leex files #98
Comments
Semi-related issue: #21 |
Thanks for the reply. I was not aware that universal embedding wasn't supported, and judging by the age of that issue it's definitely not a priority. I'll have to spend some time reading in detail to see if there is a reasonable solution in the near term. |
microsoft/vscode#1751 was closed last month |
Closing this as it's too broad to be actionable. If anyone has a specific ideas on what needs improvement then please open a separate issue. |
If VSCode had direct support for universally embedding languages that would be ideal, but it's currently on the backlog:
You can embed syntax highlighting, this might be the lowest hanging fruit:
https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#embedded-languages
You can also embed support for another language server:
https://code.visualstudio.com/api/language-extensions/embedded-languages
If you use tailwind css, this extension has support for eex (and leex?) files, and might be a good source of inspiration:
https://github.com/bradlc/vscode-tailwindcss
The text was updated successfully, but these errors were encountered: