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

https://github.com/highlightjs/highlightjs-zeroc-slice

ZeroC's Slice language grammar for Highlight.js
https://github.com/highlightjs/highlightjs-zeroc-slice

Last synced: 4 months ago
JSON representation

ZeroC's Slice language grammar for Highlight.js

Awesome Lists containing this project

README

        

# slice - a language grammar for highlight.js

![license](https://badgen.net/badge/license/MIT/blue)

## Usage

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

### With Node or another build system

If you're using Node / Webpack / Rollup / Browserify, etc, simply require the language module, then register it with Highlight.js.

```javascript
var hljs = require('highlightjs');
var hljsSlice = require('highlightjs-zeroc-slice');

hljs.registerLanguage("slice", hljsSlice);
hljs.highlightAll();
```

## License

Highlight.js is released under the MIT License.
See [LICENSE][1] file for details.

### Author

Brahim Djoudi

### Maintainer

Brahim Djoudi

## Links

- The official site for the Highlight.js library is .
- The Highlight.js GitHub project:
- Learn more about Slice:

[1]: https://github.com/highlightjs/highlightjs-zeroc-slice/blob/master/LICENSE