tepples wrote:
Let met guess: Once you get the Chrome extension working, you plan to port it to a client JS that the server can include in every page with a <script src="...">. Or do you plan to keep it Chrome-exclusive?
Wasn't exactly my plan. First of all, the Chrome extension already works. I was just using this page to test the bug fixes I made for the Wiki syntax highlighter (since this was the easiest way because I was already using the same script in my Chrome extension).
The script
could be used on this forum as well, it's not dependent on Chrome in any way, but it probably wouldn't be a good idea to highlight all [code] tags, since often they're used for things other than just 6502 code. We could add a new [6502] tag or something, I guess?