I'm working with EEx without HEEx. I want to expand on processing .eex. But
`<% %>` is hard-coded in `EEx.Compiler` killing flexibility. The slot
syntax seems to be from EJS except that EJS supports customised delimiters.
It would be great if one can change/add the delimiter without a custom
engine.
Like:
```elixir
require EEx, start: ~c'{', end: ~c'}'
```
Or, at least, it could be changed on the custom engine callback level. Is
such addition intended to be handled separately in `c:handle_text`?
--
You received this message because you are subscribed to the Google Groups
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elixir-lang-core/9d91aeda-6a34-4b06-a2e8-7b2c8723ac97n%40googlegroups.com.