https://github.com/mint-lang/highlightjs-mint
Mint programming language grammar for Highlight.js
https://github.com/mint-lang/highlightjs-mint
highlightjs mint-lang syntax-highlighting
Last synced: 2 months ago
JSON representation
Mint programming language grammar for Highlight.js
- Host: GitHub
- URL: https://github.com/mint-lang/highlightjs-mint
- Owner: mint-lang
- License: mit
- Created: 2021-07-21T11:56:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-03-26T02:33:02.000Z (2 months ago)
- Last Synced: 2026-03-26T23:52:13.895Z (2 months ago)
- Topics: highlightjs, mint-lang, syntax-highlighting
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# highlightjs-mint
[Mint](https://mint-lang.com) programming language grammar for Highlight.js
## Usage
Simply load this 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();
```
For more details of the usage see [Highlight.js main page](https://github.com/highlightjs/highlight.js#readme).