IIgs toolbox completion macros for orca/m, merlin, ninjaforce, and mpw.

This commit is contained in:
Kelvin Sherlock 2017-09-20 12:36:12 -04:00
parent 47eb737c26
commit 0b90126168
4 changed files with 2854 additions and 4 deletions

View File

@ -69,8 +69,8 @@ contexts:
# toolbox macros
- match: \b_[A-Za-z0-9]+\b
scope: support.function.macro.toolbox
- match: ~[A-Za-z0-9]+\b
scope: support.function.macro.toolbox
- match: \~[A-Za-z0-9]+\b
scope: support.function.smart-macro.toolbox
- match: \b(?i:DFB|DB|DDB|DA|DW|ADR|ADRL|DS)\b

View File

@ -45,8 +45,8 @@ contexts:
# toolbox macros
- match: \b_[A-Za-z0-9]+\b
scope: support.function.macro.toolbox
- match: ~[A-Za-z0-9]+\b
scope: support.function.macro.toolbox
- match: \~[A-Za-z0-9]+\b
scope: support.function.smart-macro.toolbox
- match: \b(?i:DC)\b
scope: keyword.directive

File diff suppressed because it is too large Load Diff

1535
toolbox.sublime-completions Normal file

File diff suppressed because it is too large Load Diff