Skip to content

Commit

Permalink
Try hotfix for #25
Browse files Browse the repository at this point in the history
  • Loading branch information
monofon committed Dec 19, 2022
1 parent 90893d1 commit 565e6b1
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions resource/nwburg/template/deck.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,42 +186,6 @@
feedback: Decker.meta.feedback || Decker.meta["decker-engine"],
jingles: Decker.meta.jingles,
highlight: { highlightOnLoad: false },
/* highlight: {
beforeHighlight:
hljs => hljs.registerLanguage(
"asm6502acme",
(() => {
"use strict";
return (r) => ({
name: "asm6502acme",
case_insensitive: true,
keywords: {
keyword:
"ADC AND ASL BCC BCS BEQ BIT BMI BNE BPL BRK BVC BVS CLC CLD CLI CLV CMP CPX CPY DEC DEX DEY EOR INC INX INY JMP JSR LDA LDX LDY LSR NOP ORA PHA PHP PLA PLP ROL ROR RTI RTS SBC SEC SED SEI STA STX STY TAX TAY TSX TXA TXS TYA",
built_in: "x|0 y|0",
symbol:
"scr by byte txt pet to source binary initmem wo word hex h align fi fill skip convtab ct text tx raw scrxor zone sl if ifdef ifndef for set do while endoffile warn error serious macro pseudopc cpu to al as rl rs",
},
contains: [
r.COMMENT(";", "$", { relevance: 0 }),
{
className: "number",
begin:
"(-?)(\\$[a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",
},
r.QUOTE_STRING_MODE,
{
className: "string",
begin: "'",
end: "[^\\\\]'",
illegal: "[^\\\\][^']",
},
{ className: "symbol", begin: "^![A-Za-z0-9_.$]+:" },
],
});
})()
);
}, */
// list of plugins
plugins: [
deckerPlugin,
Expand Down

0 comments on commit 565e6b1

Please sign in to comment.