Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zserub/melfa-highlight.js
MELFA language support for Highlight.js
https://github.com/zserub/melfa-highlight.js
highlight highlightjs melfa robot-programming
Last synced: 27 days ago
JSON representation
MELFA language support for Highlight.js
- Host: GitHub
- URL: https://github.com/zserub/melfa-highlight.js
- Owner: zserub
- Created: 2024-02-05T06:33:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T08:12:01.000Z (11 months ago)
- Last Synced: 2024-02-06T14:08:11.367Z (11 months ago)
- Topics: highlight, highlightjs, melfa, robot-programming
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MELFA language support for Highlight.js
*I appreciate any feedback on the colour scheme.*
[![twitter](https://img.shields.io/badge/follow-zserub_-blue?style=flat&logo=Twitter)](https://twitter.com/zserub)
[![tea](https://img.shields.io/badge/buy%20me-%E2%98%95%EF%B8%8F%20tea-yellow.svg)](https://ko-fi.com/metaphysix)*Check out my [MELFA extension for VS Code](https://github.com/zserub/MELFA-Basic)*
![showcase](etc/example.png)
## Usage
Detailed information on [Highlight.js](https://highlightjs.org/)
### Online usage for HTMLs
Check [examples](https://github.com/zserub/MELFA-highlight.js/blob/main/examples/online_test.html)
```html
'your code here
hljs.highlightAll();
```### Offline usage for HTMLs
Download `dist/melfa.min.js` and `melfa_dark.min.css`
```html
'your code here
hljs.highlightAll();
```