blob: b9d9baf0965b7d16f36777facdccc484fdc3b171 [file] [log] [blame]
Derek Jones8ede1a22011-10-05 13:34:52 -05001To install the CodeIgniter Lexer to Pygments, run:
2
3 sudo python setup.py install
4
5Confirm with
6
7 pygmentize -L
8
9
10You should see in the lexer output:
11
12* ci, codeigniter:
13 CodeIgniter (filenames *.html, *.css, *.php, *.xml, *.static)
14
15You will need to run setup.py and install the cilexer package anytime after cilexer/cilexer.py is updated
16
17NOTE: Depending on how you installed Sphinx and Pygments,
18you may be installing to the wrong version.
19If you need to install to a different version of python
20specify its path when using setup.py, e.g.:
21
22 sudo /usr/bin/python2.5 setup.py install