You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime/queries/llvm-mir
Sebastian Neubauer 641255ccc8
Add llvm-mir highlighting (#1398)
* Add injection regex for more languages

To support embedding them in other languages like markdown.

* 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.

* Update submodule with fixed multiline comments

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
3 years ago
..
highlights.scm Add llvm-mir highlighting (#1398) 3 years ago
indents.toml Add llvm-mir highlighting (#1398) 3 years ago
injections.scm Add llvm-mir highlighting (#1398) 3 years ago
textobjects.scm Add llvm-mir highlighting (#1398) 3 years ago