An open API service indexing awesome lists of open source software.

https://github.com/highlightjs/highlightjs-mlir

Highlight.js grammar for MLIR
https://github.com/highlightjs/highlightjs-mlir

Last synced: 4 months ago
JSON representation

Highlight.js grammar for MLIR

Awesome Lists containing this project

README

        

# MLIR grammar file for highlight.js

For more about highlight.js, see https://highlightjs.org/

For more about MLIR, see https://mlir.llvm.org/

### Static website or simple usage

Load the module after loading Highlight.js. You'll use the minified version found in the `dist` directory. This module is just a CDN build of the language, so it will register itself as the Javascript is loaded.

```html

hljs.highlightAll();

```