Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-eb/midas
Syntax highlighter based on PostCSS.
https://github.com/ben-eb/midas
postcss syntax-highlighter
Last synced: 19 days ago
JSON representation
Syntax highlighter based on PostCSS.
- Host: GitHub
- URL: https://github.com/ben-eb/midas
- Owner: ben-eb
- License: other
- Created: 2015-08-23T09:57:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T05:20:44.000Z (about 1 year ago)
- Last Synced: 2024-10-18T08:31:19.597Z (27 days ago)
- Topics: postcss, syntax-highlighter
- Language: JavaScript
- Size: 189 KB
- Stars: 127
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
> 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