Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add llvm-mir highlighting #1398

Merged
merged 4 commits into from
Jan 4, 2022
Merged

Add llvm-mir highlighting #1398

merged 4 commits into from
Jan 4, 2022

Commits on Dec 29, 2021

  1. Add injection regex for more languages

    To support embedding them in other languages like markdown.
    Flakebi committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    01e6098 View commit details
    Browse the repository at this point in the history
  2. Add llvm-mir highlighting

    LLVM Machine IR is dumped as yaml files that can embed LLVM IR and
    Machine IR.
    
    To support this, add a llvm-mir-yaml language that uses the yaml
    parser, but uses different injections to highlight IR and MIR.
    Flakebi committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    9da7270 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    96ab248 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    6aa8132 View commit details
    Browse the repository at this point in the history