mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02:00
This highlights edoc within Erlang comments. The trick was to have the Erlang grammar consume newlines and then give them to EDoc in the injection to use so that line-wise elements could be parsed accurately.