diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-13 15:09:11 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-15 15:00:55 +0100 |
commit | d836579118d8632f21f17bf02f29695ec2d57495 (patch) | |
tree | 93a63a2acc0277ce6ec81fa7371b1fff283c694f /lib/lexers/mmixal.tes | |
parent | 5fce211a42f644b0b44ab7c20fa030465dfb1d98 (diff) | |
download | sciteco-d836579118d8632f21f17bf02f29695ec2d57495.tar.gz |
lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGE
* causes problems with the $$ command implemented
* was already fixed in scite2co.lua but the existing code
was manually updated and generated with an earlier version of scite2co.lua
Diffstat (limited to 'lib/lexers/mmixal.tes')
-rw-r--r-- | lib/lexers/mmixal.tes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lexers/mmixal.tes b/lib/lexers/mmixal.tes index 3193e18..ff54ba8 100644 --- a/lib/lexers/mmixal.tes +++ b/lib/lexers/mmixal.tes @@ -5,7 +5,7 @@ } @[lexer.set.mmixal]{ - ESSETLEXERLANGUAGEmmixal + ESSETLEXERLANGUAGEmmixal 0ESSETKEYWORDS 2ADDU 4ADDU 8ADDU 16ADDU ADD ADDU AND ANDNH ANDNL ANDNMH ANDNML BDIF BEV BN BNN BNP BNZ BOD BP BSPEC BYTE BZ CMP CMPU CSEV CSN CSNN CSNP CSNZ CSOD CSP CSWAP |