Installed a syntax highlighter and "project".

Well today I did more looking around for a syntax highlighting module.

I also ran into a project module (I think it's the one drupal uses on their site), which I half way setup. So far it looks like I'll be able to use it for all the projects I release :)

I think I found one called geshifilter that will work, so hopefully I wont have to make one lol.

I installed it and here's a little test of the highlighting for C:

#include <stdio.h>
 
int main(int argc, char *argv[]) {
 
    printf("yay for GeSHi");
    return 0;
 
}

Comments

Notepad++

Have u ever heard of Notepad++? It has pretty much everything you need.

Oh no, this is for the

Oh no, this is for the website. Not for editing locally.

geshi?

geshi?