Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/issotm/highlightjs-evscript

highlight.js language definition for evscript
https://github.com/issotm/highlightjs-evscript

Last synced: 11 days ago
JSON representation

highlight.js language definition for evscript

Awesome Lists containing this project

README

        

# evscript - a language grammar for highlight.js

![license](https://badgen.net/badge/license/MPL-2.0/blue)

## Usage

Simply include the Highlight.js library in your webpage or Node app, then load this module.

### Static website or simple usage

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

```

## License

This syntax is released under the Mozilla Public License 2.0. See [LICENSE][1] for details.

### Author

Eldred HABERT

## Links

- The official site for the Highlight.js library is .
- The Highlight.js GitHub project:

[1]: https://github.com/ISSOtm/highlightjs-evscript/blob/master/LICENSE