-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Improvements for Elixir .heex #1215
Comments
I would also like this feature, it makes working with heex filex very difficult without it, especially in cases where components are heavily used such as here: Syntax highlighting doesn't work, nor does formatting. I don't know elisp (I know other lisps though), but I would be happy to take a look at implementing what's required to make this work if you can point me in the right direction. |
I also want this. For the time being, is there anyway to make it consider |
I'd also appreciate this feature 👍 Also, thank you web-mode maintainers for work thus far! |
@Cgboal could you provide your example on gist please |
While this is being worked on, here is an option to create a derived mode for |
In a heex template, web-mode should be able to recognize tags with leading periods, e.g.
<.some_component>
,</.some_component>
,<.some_component />
.Inside of tags, curly braces should be handled as EEX code delimiters. e.g.
<div class={some_function(@something)}>
The text was updated successfully, but these errors were encountered: