Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

is there anyway that I could get this to work on a proboards forum? Would really love to add this to my site!

EDIT: I should note that I can create custom plugins for the site, so is there anyway that I could potentially turn this into a proboards-friendly plugin?

Double Edit: It's also worth mentioning that proboards uses CodeMirror

You could edit the class names in the source code to point to code boxes specific to your forum and load it as a JS file in the end of the page.

If there's CodeMirror support, you could create a GML highlighter plugin for it based on JS highlighter or C highlighter. It's not too tricky.

probably not too tricky, but I have no idea how to do that :P