We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0ae58 commit d176961Copy full SHA for d176961
BACKLOG.md
@@ -2,8 +2,6 @@
2
3
The backlog contains tasks that are planned to be worked on or ideas that may be useful.
4
5
+* EEx/HEEx: fix matching EEx tags inside `script` and `style` tags, the CSS `style=""` and the JS `on...=""` attributes.
6
* Elixir: match do-block after function call: `func(a, b) do end`.
-* Elixir: allow setting the seed used for `mix test` via a command or similar.
7
-* Elixir: use ST4's branching feature to improve some rules.
8
-* Elixir: try to fix the rules that don't work due to the "context sanity limit" error.
9
-* Elixir: highlight `:atom`, `identifier`, `Module.X`, `M.func/1` in Markdown comments?
+* Elixir: use ST4's branching feature to improve syntax matching rules.
0 commit comments