You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #166 has been merged, maybe the next step to support phoenix heex templates could be to
introduce a sigil for slime-heex.
Currently there are only ~L and ~l (as far as I know) and both render as plain text when used inside the liveview render(assigns) function, but it may be that I'm missing something there.
It would be nice though if Elixir supported sigils with multiple characters, ~S is already in use and we are running out of characters 😄 And getting syntax highlighting to work would be nice too … 🤔
At them moment, I'm using the following code. It works, but I not sure if this supports liveview 100% doing it's diffing magic
After #166 has been merged, maybe the next step to support phoenix heex templates could be to
introduce a sigil for slime-heex.
Currently there are only ~L and ~l (as far as I know) and both render as plain text when used inside the liveview
render(assigns)
function, but it may be that I'm missing something there.It would be nice though if Elixir supported sigils with multiple characters, ~S is already in use and we are running out of characters 😄 And getting syntax highlighting to work would be nice too … 🤔
At them moment, I'm using the following code. It works, but I not sure if this supports liveview 100% doing it's diffing magic
Importing it in the matching functions/macros in the TestWeb module
The text was updated successfully, but these errors were encountered: