Open wodow opened 2 years ago
Syntax: HEEx is a/the successor to the LEEx template language for HTML in Elixir Phoenix, released in 2021.
HEEx is already supported by the Sublime syntax definitions currently in use for Elixir -- https://github.com/princemaple/elixir-sublime-syntax/ -- so bumping its submodule would be sufficient, but is blocked by syntect not supporting extends, as per PR 1965.
extends
Re tests: it appears that the bat's syntax tests don't cover LEEx (or EEx) currently and elixir-sublime-syntax has its own.
elixir-sublime-syntax
Per the now-closed PR 1965, the blocker is https://github.com/trishume/syntect/issues/323 , but the linked discussions from there suggest it is a non-trivial piece of work.
Syntax: HEEx is a/the successor to the LEEx template language for HTML in Elixir Phoenix, released in 2021.
HEEx is already supported by the Sublime syntax definitions currently in use for Elixir -- https://github.com/princemaple/elixir-sublime-syntax/ -- so bumping its submodule would be sufficient, but is blocked by syntect not supporting
extends
, as per PR 1965.Re tests: it appears that the bat's syntax tests don't cover LEEx (or EEx) currently and
elixir-sublime-syntax
has its own.