641255ccc8
* 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> |
||
---|---|---|
.. | ||
languages | ||
src | ||
build.rs | ||
Cargo.toml | ||
README.md |
helix-syntax
Syntax highlighting for helix, (shallow) submodules resides here.
Differences from nvim-treesitter
As the syntax are commonly ported from https://github.com/nvim-treesitter/nvim-treesitter.
Note that we do not support the custom #any-of
predicate which is
supported by neovim so one needs to change it to #match
with regex.