The backlog contains tasks that are planned to be worked on or ideas that may be useful.
- EEx/HEEx: fix matching EEx tags inside
script
andstyle
tags, the CSSstyle=""
and the JSon...=""
attributes. - Elixir: match do-block after function call:
func(a, b) do end
. - Elixir: use ST4's branching feature to improve syntax matching rules.