Add EEP-59 Markdown highlighting for Erlang docs - #27
Conversation
MrSubidubi
left a comment
There was a problem hiding this comment.
Thanks for this as well!
Curious though, do other editors also handle the highlighting like this? While I do see how that could improve things, I also feel this could lead to confusion, as e.g. the nested highlighting looks a bit off.
@MrSubidubi - I'm not sure about other editors but in Zed elixir does the same at https://github.com/zed-extensions/elixir/blob/main/languages/elixir/injections.scm and I work with it daily with no issues, maybe I can add a setting to have this on / off if it becomes ugly for some people |
Adds Markdown injection support for EEP-59
-docand-moduledocattributes, including parenthesized forms.Also recognizes
erlangin fenced Markdown code blocks.