Skip to content

Fails to highlight unquote() within a quoted defexception declaration #285

Open
@jparise

Description

@jparise

unquote is correctly highlighted here:

quote do: defstruct unquote(name)

... but not when defexception is used (and likely other definitions, as well):

quote do: defexception unquote(name)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions