Fixing the code highlighter for WordPress

Many of my posts have some sort of code, shell script, or other syntax highlighted portion. I’ve loved the code highligher plugin for wordpress. The version I’ve been using (1.8) doesn’t seem to have had any updates for quite some time. The only reason that bothers me in the slightest is that there is a syntax highlighting bug in bash commenting. Since the highlighting for the plugin is done with Geshi, You can just download the latest Geshi and overwrite the plugin geshi folder.

> cd /your/wp/plugins/code-highligher
> wget http://superb-west.dl.sourceforge.net/sourceforge/geshi/GeSHi-1.0.8.4.tar.gz
> # untar geshi files to the current directory
> # note that the archive file has a top level geshi directory that the plugin file doesn't have.
> # now, if I did this right, my bash comments can contain 'strings' and reserved words df, ls, etc
This entry was posted in Web and tagged , , , , . Bookmark the permalink.