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
- Host: GitHub
- URL: https://github.com/highlightjs/highlightjs-mlir
- Owner: highlightjs
- License: apache-2.0
- Created: 2020-10-31T18:39:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T21:02:11.000Z (over 3 years ago)
- Last Synced: 2024-04-25T11:41:07.465Z (about 1 year ago)
- Language: MLIR
- Size: 12.7 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```