Skip to content

LLVM: No highlighting for block comments #2978

@eisenwave

Description

@eisenwave

A fairly new feature in LLVM IR is C-style block comments, like /* ... */.

See https://llvm.org/docs/LangRef.html#identifiers

Comments are delimited with a ‘;’ and go until the end of line. Alternatively, comments can start with /* and terminate with */.

These don't get highlighted by Pygments yet, which results in error highlighting within the LLVM docs:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions