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

https://github.com/geshi/niji

Niji is a re-implementation / port of GeSHi to Rust
https://github.com/geshi/niji

Last synced: about 1 year ago
JSON representation

Niji is a re-implementation / port of GeSHi to Rust

Awesome Lists containing this project

README

          

Niji - GeSHi in colour AND colourful!
=====================================
### Version 2.0.0.0

Author: [Benny Baumann](http://blog.benny-baumann.de/)
Email:
Niji Website:

Niji is a port of GeSHi to the Rust programming language.
GeSHi is a generic syntax highlighter, written in PHP. You simply
input the source code you wish to highlight with the language you
wish to use, and the output will be a syntax highlighted version
of that code in one of several available formats.

Documentation
-------------
For more information on how to use Niji, please consult the
documentation. If you got this readme from a Niji package, then
the documentation is available in the [docs](https://github.com/GeSHi/niji/tree/master/docs)
directory.

If you think you've found a bug in Niji, contact me with a bug
report at , submit to the [bug tracker at GitHub](https://github.com/GeSHi/niji/issues).
Be aware that minor highlighting errors may well just be incorrect
language files, but if you do find something major please contact me.

And if you're using Niji as a plugin/mod for some other software,
please tell me about it! It's worth a link to you, and I can give
you specialist help if you need it.

License
-------
Niji is free software, released under the GNU GPL. Please see the
[COPYING](https://github.com/GeSHi/niji/blob/master/COPYING)
file for more information. If you do modify this program, please tell
me about it! Perhaps you've made a good improvement that I can learn
from :)