<h1 align="center">
    <br>
    <img width="360" src="https://rawgit.com/ben-eb/midas/master/media/logo.svg" alt="midas">
    <br>
    <br>
    <br>
</h1>

> A CSS syntax highlighter based on PostCSS.

[![Build Status](https://travis-ci.org/ben-eb/midas.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/midas.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/midas.svg)][deps]

midas generates a highly customisable base for syntax highlighting in HTML.
Simply pass in a CSS string and it will generate a HTML output. You can then
pair it with any of the included themes, or just as easily write your own.

For further details, check out the [website](http://midasjs.com)!

## Contributing

Pull requests are welcome. If you add functionality, then please add unit tests
to cover it.


## Links

Please help to support this project by [purchasing a midas sticker][sticker].

[sticker]: https://www.stickermule.com/uk/marketplace/11087-midas


## License

Base 16 themes used by this module are MIT © 2012 [Chris Kempson][ck]
& contributors.

MIT © [Ben Briggs](http://beneb.info)

[base16]:  https://github.com/chriskempson/base16
[ck]:      http://chriskempson.com/
[ci]:      https://travis-ci.org/ben-eb/midas
[deps]:    https://gemnasium.com/ben-eb/midas
[npm]:     http://badge.fury.io/js/midas
