Code: Select all
Testing SyntaxHighlighter:
lda #<foo
lda #<123
lda #>bar;test
lda #>444 ; testing
foo = 1 & 5
indentation
Moderator: Moderators
Code: Select all
Testing SyntaxHighlighter:
lda #<foo
lda #<123
lda #>bar;test
lda #>444 ; testing
foo = 1 & 5
indentation
Ah.thefox wrote:Nope, it's client only. Works only with a specific Chrome extension I made.
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).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?
Code: Select all
tags, since often they're used for things other than just 6502 code. We could add a new [6502] tag or something, I guess?