The iG:Syntax Hiliter Plugin is ready to be released. Hold on, there’ll be no trumpets, no champagne, nothing. 😉 Just plain sordid affair. 😀
Ok, lets cut the crap. 😀 iG:Syntax Hiliter Plugin is a plugin that I made for highlighting my code & since its a bit of cool thing, I’ve decided to release it publicly. You can download it here & you can see it in action here. If you already don’t know, this plugin uses GeSHi for all of its syntax highlighting. Currently, this plugin highlights HTML, CSS, PHP, JAVA & SQL code. More languages will be possibly added in future. Its a bit easier if you just look at the implementation & if you look at the language files, its quite easy to create them if you are familiar with a language. So if you create a language file for any language, you can contact me & I’ll include it in the plugin. 😉
iG:Syntax Hiliter Plugin!!
iG:Syntax Hiliter is a plugin that I’ve made. It can highlight the HTML, CSS, PHP, JAVA & SQL codes. I know there’s another syntax hilighter plugin. But that didn’t work on my machine, so I made this. 😉
Here’s a few examples of this plugin.
- /*
- Some PHP Code
- */
- $var1 = "My Variable is "; // a variable
- $var2 = 23;
- print($var1.$var2);
some candy, eh? How about this?
Read More