mirror of
https://github.com/MatthewCallis/language-65asm.git
synced 2024-11-22 04:33:45 +00:00
0c3e7c9e25
Currently, the regex causes the following error: Uncaught Error: target of repeat operator is not specified ``` At /usr/lib/atom/node_modules/first-mate/lib/scanner.js:31 Error: target of repeat operator is not specified at Scanner.module.exports.Scanner.createScanner (/usr/lib/atom/node_modules/first-mate/lib/scanner.js:31:24) at Scanner.module.exports.Scanner.getScanner (/usr/lib/atom/node_modules/first-mate/lib/scanner.js:37:31) at Scanner.module.exports.Scanner.findNextMatch (/usr/lib/atom/node_modules/first-mate/lib/scanner.js:56:22) at Rule.module.exports.Rule.findNextMatch (/usr/lib/atom/node_modules/first-mate/lib/rule.js:98:28) at Rule.module.exports.Rule.getNextTags (/usr/lib/atom/node_modules/first-mate/lib/rule.js:154:21) at Grammar.module.exports.Grammar.tokenizeLine (/usr/lib/atom/node_modules/first-mate/lib/grammar.js:162:44) at TextMateLanguageMode.buildTokenizedLineForRowWithText (/usr/lib/atom/src/text-mate-language-mode.js:503:46) at TextMateLanguageMode.buildTokenizedLineForRow (/usr/lib/atom/src/text-mate-language-mode.js:488:17) at TextMateLanguageMode.tokenizeNextChunk (/usr/lib/atom/src/text-mate-language-mode.js:340:41) at _.defer (/usr/lib/atom/src/text-mate-language-mode.js:324:57) at /usr/lib/atom/node_modules/underscore/underscore.js:768:19 ``` Fix the regex by applying the following modifications: * use double backslashes to escape special characters * insert missing * into regex While here, also give the pattern a .acme suffix as all the other have. |
||
---|---|---|
.. | ||
65c02-generic.cson | ||
65c02-opcodes.cson | ||
6502 Assembly (DASM).cson | ||
6502-opcodes.cson | ||
6502x-opcodes.cson | ||
65816-aliases.cson | ||
65816-generic.cson | ||
65816-opcodes.cson | ||
65816alt-opcodes.cson | ||
65816l-opcodes.cson | ||
acme.cson | ||
asar.cson | ||
asm6.cson | ||
cc65-816-toolchain.cson | ||
cc65-directives.cson | ||
cc65-linker-config.cson | ||
cc65-toolchain.cson | ||
edasm.cson | ||
kickass.cson | ||
merlin.cson | ||
mpw.cson | ||
ninjaforce assembler.cson | ||
orca-m.cson | ||
SNES Assembly (cc65).cson | ||
spc700-opcodes.cson | ||
superfx-opcodes.cson | ||
wdc-816-toolchain.cson | ||
wdc-directives.cson | ||
wdc-toolchain.cson | ||
WLA-DX.cson |