I’ve done a and can’t seem to find any files for adding AS3 and MXML syntax highlighting to . For those that don’t know, GeSHi stands for Generic Syntax Highlighter and is a library of PHP scripts that allows for nice source code highlighting/coloring for many different languages when you surround the code with simple HTML elements (e.g <pre lang=”html”>my code</pre>). Actionscript 1/2 is currently supported and so is XML, but as far as I can tell (looking at the Sourceforge site, and doing some Googling), no work has been done on MXML/AS3.
Does anyone out there know differently? If it hasn’t been done yet, I may spend some time getting these going… I think MXML would come together quicky, as it could be made by hacking the XML file a bit… AS3 could be made from the existing AS file, but would require a bit more work.
If you know anything about the status of this work, please comment here. I certainly don’t want to build something that’s already done. - Full Post
No comments:
Post a Comment