Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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();
```