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
- Host: GitHub
- URL: https://github.com/geshi/niji
- Owner: GeSHi
- License: gpl-2.0
- Created: 2016-01-01T18:58:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T20:19:32.000Z (over 10 years ago)
- Last Synced: 2024-03-25T22:02:14.026Z (over 2 years ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 :)