Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/issotm/highlightjs-evscript
- Owner: ISSOtm
- License: mpl-2.0
- Created: 2024-01-14T12:52:48.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-14T12:54:32.000Z (10 months ago)
- Last Synced: 2024-03-15T06:21:39.739Z (8 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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