I’m trying to configure doom emacs to work with elixir, but the rendering in heex files and ~H sigils are off. For example, tag attributes and anything inside {} are rendered with the same color.
This happens with the catppuccin and tokyo night themes. With the default doom emacs theme, the tag attributes are rendered with a different color, but anything inside {} are treated as the same thing and they get rendered with the same color.
Do you have to do anything other than adding (elixir +lsp +tree-sitter) and (web +tree-sitter) to the init.el file?






















