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

https://github.com/geshi/geshi-1.0

Original version of Generic Syntax Highlighter for PHP
https://github.com/geshi/geshi-1.0

hacktoberfest highlight php syntax-highlighting

Last synced: about 18 hours ago
JSON representation

Original version of Generic Syntax Highlighter for PHP

Awesome Lists containing this project

README

        

GeSHi - Generic Syntax Highlighter
==================================
### Version 1.0.9.1

Author: [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
Email: ,
GeSHi Website:

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 file syntax highlighted to
XHTML standards.

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

If you think you've found a bug in GeSHi, contact me with a bug
report at , submit to the [bug tracker at GitHub](https://github.com/GeSHi/geshi-1.0/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 GeSHi 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
-------
GeSHi is free software, released under the GNU GPL. Please see the
[LICENSE](https://github.com/GeSHi/geshi-1.0/blob/master/LICENSE)
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 :)