# highlight-languages

[![NPM version](https://img.shields.io/npm/v/highlight-languages.svg?style=flat-square)](https://npmjs.com/package/highlight-languages) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat-square)](https://github.com/egoist/donate)

This is mainly for using in browser via CDN.

## Usage

For any `highlight.js` language, do:

```html
<script src="/path/to/highlight-languages/language-name.js"></script>
```

For example, include bash: https://unpkg.com/highlight-languages/bash.js

Check out all languages: https://unpkg.com/highlight-languages/

## Development

```bash
# update prebuilt scripts
npm run build
```

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Author

**highlight-languages** © [EGOIST](https://github.com/egoist), Released under the [MIT](https://egoist.mit-license.org/) License.<br>
Authored and maintained by EGOIST with help from contributors ([list](https://github.com/egoist/highlight-languages/contributors)).

> [egoistian.com](https://egoistian.com) · GitHub [@egoist](https://github.com/egoist) · Twitter [@rem_rin_rin](https://twitter.com/rem_rin_rin)
