language-65asm/grammars
Michael Lass 0c3e7c9e25 Fix operator regex for ACME grammar (again)
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.
2020-01-18 23:35:06 +01:00
..
65c02-generic.cson Merge branch 'merlin' 2018-06-08 02:58:45 +02:00
65c02-opcodes.cson Add WDCTools support 2018-03-22 22:03:41 +01:00
6502 Assembly (DASM).cson Fix DASM grammar 2018-06-07 20:54:11 +02:00
6502-opcodes.cson Add WDCTools support 2018-03-22 22:03:41 +01:00
6502x-opcodes.cson Rework cc65 support 2018-03-22 18:08:30 +01:00
65816-aliases.cson Rework cc65 support 2018-03-22 18:08:30 +01:00
65816-generic.cson Merge branch 'merlin' 2018-06-08 02:58:45 +02:00
65816-opcodes.cson cc65 6502 grammar working, splitting 65X opcodes 2018-03-20 21:32:56 +01:00
65816alt-opcodes.cson Improve Merlin grammar 2018-06-08 02:57:54 +02:00
65816l-opcodes.cson Add generic 65816 and 6502 grammars 2018-06-03 04:12:44 +02:00
SNES Assembly (cc65).cson Add cc65 SNES grammar, installation instructions 2017-03-23 15:24:11 +01:00
WLA-DX.cson Added ina to WLA-DX grammar 2016-07-19 18:01:02 -04:00
acme.cson Fix operator regex for ACME grammar (again) 2020-01-18 23:35:06 +01:00
asar.cson Add SPC-700 and SuperFX opcodes 2018-06-21 06:40:54 +02:00
asm6.cson Refactor and add file extension 2018-10-19 16:27:18 +02:00
cc65-816-toolchain.cson Streamline scopes 2018-06-03 04:16:44 +02:00
cc65-directives.cson Add missing commands, opcodes, constants 2018-06-12 07:55:37 +02:00
cc65-linker-config.cson Add missing keyword 2018-06-12 17:22:39 +02:00
cc65-toolchain.cson Streamline scopes 2018-06-03 04:16:44 +02:00
edasm.cson First commit. 2014-03-01 19:08:22 -08:00
kickass.cson Added KickAssembler grammar 2019-11-13 06:32:10 -05:00
merlin.cson Improve Merlin grammar 2018-06-08 02:57:54 +02:00
mpw.cson First commit. 2014-03-01 19:08:22 -08:00
ninjaforce assembler.cson First commit. 2014-03-01 19:08:22 -08:00
orca-m.cson First commit. 2014-03-01 19:08:22 -08:00
spc700-opcodes.cson Add SPC-700 and SuperFX opcodes 2018-06-21 06:40:54 +02:00
superfx-opcodes.cson Add SPC-700 and SuperFX opcodes 2018-06-21 06:40:54 +02:00
wdc-816-toolchain.cson Streamline scopes 2018-06-03 04:16:44 +02:00
wdc-directives.cson DASM: Add opcodes and comments 2018-06-07 18:24:53 +02:00
wdc-toolchain.cson Streamline scopes 2018-06-03 04:16:44 +02:00