https://issues.dlang.org/show_bug.cgi?id=18703

--- Comment #2 from ArturG <var.spool.mail...@gmail.com> ---
this might be the same/similar issue:

    $(DDOC_EXAMPLES
        ---
        void fun(int){} // highlighted
        $(FUN) // expanded but not highlighted
        ---
     )
MACROS:
    FUN = void fun(int){}

--

Reply via email to