diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:40:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:48:01 +0100 |
commit | 83f18d2578288fe71fca409e4f03434346b0d5b7 (patch) | |
tree | 4d32a1e4dbb3f113ac08fc7ef664636d909df004 /lib/lexers/mmixal.tes | |
parent | fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (diff) | |
download | sciteco-83f18d2578288fe71fca409e4f03434346b0d5b7.tar.gz |
added new lexer configs auto-generated by scite2co.lua
* these are still not all languages supported by Scintilla.
scite2co.lua does not do a good job of generating styles when
SciTE's property files use hardcoded colors/fonts.
This commit only includes reasonably good conversion results.
The remaining languages need some additional manual labor.
* Even these lexers are not perfect and should be revised by comparing
them with SciTE's properties.
* So many lexers make the "lexer.auto" macro too slow.
We need some optimization. E.g. the search-command optimization
described in TODO, or an extended EN command for globbing manually
specified file names.
Diffstat (limited to 'lib/lexers/mmixal.tes')
-rw-r--r-- | lib/lexers/mmixal.tes | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lib/lexers/mmixal.tes b/lib/lexers/mmixal.tes new file mode 100644 index 0000000..1de8986 --- /dev/null +++ b/lib/lexers/mmixal.tes @@ -0,0 +1,34 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.mmixal]{ [_ + _.mmsM[lexer.checkname] +]_ } + +@[lexer.set.mmixal]{ + ESSETLEXER,SCLEX_MMIXAL + 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 + CSZ DIV DIVU ESPEC EXPR FADD FCMP FCMPE FDIV FEQL FEQLE FIX FIXU FLOT FLOTU FMUL + FREM FSQRT FSUB FUN FUNE GET GETA GO GREG I_BIT INCH INCL INCMH INCML IS JMP LDA + LDB LDBU LDHT LDO LDOU LDSF LDT LDTU LDUNC LDVTS LDW LDWU LOC LOCAL MOR MUL MULU + MUX MXOR NAND NEG NEGU NNIX NOR NXOR O_BIT OCTA ODIF OR ORH ORL ORMH ORML ORN + PBEV PBN PBNN PBNP PBNZ PBOD PBP PBZ POP PREFIX PREGO PRELD PREST PUSHGO PUSHJ + PUT RESUME SAVE SET SETH SETL SETMH SETML SFLOT SFLOTU SL SLU SR SRU STB STBU + STCO STHT STO STOU STSF STT STTU STUNC STW STWU SUB SUBU SWYM SYNC SYNCD TDIF + TETRA TRAP TRIP UNSAVE WDIF WYDEXOR ZSEV ZSN ZSNN ZSNP ZSNZ ZSOD ZSP ZSZ + 1ESSETKEYWORDS + rA rB rC rD rE rF rG rH rI rJ rK rL rM rN rO rP rQ rR rS rT rU rV rW rX rY + rZ rBB rTT rWW rXX rYY rZZ + 2ESSETKEYWORDS + @ Text_Segment Data_Segment Pool_Segment Stack_Segment StdErr StdIn StdOut + Fopen Fclose Fread Fwrite Fgets Fputs Fgetws Fputws Ftell Fseek TextRead TextWrite + BinaryRead BinaryWrite BinaryReadWrite + :M[color.comment],1M[color.set] + :M[color.keyword],5M[color.set] + :M[color.error],6M[color.set] + :M[color.number],9M[color.set] + :M[color.string2],11M[color.set] + :M[color.string],12M[color.set] + :M[color.comment],17M[color.set] +} |