mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-22 01:29:30 +00:00
Update Notepad++ syntax
This commit is contained in:
parent
f0e22f02a6
commit
fc2f0782c5
@ -19,11 +19,15 @@
|
||||
+= -= *= >>= <<=
|
||||
+' -' *' <<' >>'
|
||||
+'= -'= *'= <<'= >>'=
|
||||
$+ $- $* $<< $>>
|
||||
$+= $-= $*= $<<= $>>=
|
||||
= ?
|
||||
/ %% /= %%=
|
||||
> >= < <= != ==
|
||||
| || |= ^ ^= & && &=
|
||||
( ) { } @ [ ] : # </Keywords>
|
||||
( ) { } @ [ ] : #
|
||||
; .
|
||||
</Keywords>
|
||||
<Keywords name="Operators2"></Keywords>
|
||||
<Keywords name="Folders in code1, open">{</Keywords>
|
||||
<Keywords name="Folders in code1, middle"></Keywords>
|
||||
@ -38,10 +42,14 @@
|
||||
void bool byte sbyte ubyte word farword pointer farpointer long word_be word_le long_be long_le file
|
||||
int8 int16 int24 int32 int40 int48 int56 int64
|
||||
int72 int80 int88 int96 int104 int112 int120 int128
|
||||
signed8
|
||||
signed8 signed16 signed24 signed32 signed40 signed48 signed56 signed64
|
||||
signed72 signed80 signed88 signed96 signed104 signed112 signed120 signed128
|
||||
unsigned8 unsigned16 unsigned24 unsigned32 unsigned40 unsigned48 unsigned56 unsigned64
|
||||
unsigned72 unsigned80 unsigned88 unsigned96 unsigned104 unsigned112 unsigned120 unsigned128
|
||||
array addr fast</Keywords>
|
||||
array addr fast
|
||||
clear_carry clear_zero clear_overflow clear_negative
|
||||
set_carry set_zero set_overflow set_negative
|
||||
</Keywords>
|
||||
<Keywords name="Keywords2">
|
||||
import segment
|
||||
if else for return while do asm extern break continue default goto label
|
||||
@ -54,9 +62,11 @@
|
||||
utf8 utf16le utf16be latin0 latin9 iso8859_15 zx80 zx81 vectrex koi7n2 short_koi msx_intl msx_us msx_uk msx_de msx_fr msx_es msx_ru msx_jp msx_br
|
||||
utf8z utf16lez utf16bez latin0z latin9z iso8859_15z zx80z zx81z vectrexz koi7n2z short_koiz msx_intlz msx_usz msx_ukz msx_dez msx_frz msx_esz msx_ruz msx_jpz msx_brz
|
||||
until to downto parallelto paralleluntil
|
||||
function
|
||||
static stack ref const volatile inline noinline macro register kernal_interrupt interrupt align reentrant
|
||||
hi lo sin cos tan call nonet
|
||||
false true nullptr</Keywords>
|
||||
false true nullptr nullchar nullchar_scr
|
||||
</Keywords>
|
||||
<Keywords name="Keywords4">"sta " "lda " "jmp " "bit " "eor " "adc " "sbc " "ora " "and " "ldx " "ldy " "stx " "sty " "tax" "tay" "tya" "txa" "txs" "tsx" "sei" "cli" "clv" "clc" "cld" "sed" "sec" "bra " "beq " "bne " "bmi " "bpl " "bcc " "bcs " "bvs " bvc " "jsr " rts" "rti" "brk" "rol" "ror" "asl" "lsr" "inc " "dec " "cmp " "cpx " "cpy " inx iny dex dey pla pha plp hp phx plx phy ply "stz " "ldz " tza taz "tsb " "trb " ra txy tyx pld plb phb phd phk xce

"STA " "LDA " "JMP " "BIT " "EOR " "ADC " "SBC " "ORA " "AND " "LDX " "LDY " "STX " "STY " "TAX" "TAY" "TYA" "TXA" "TXS" "TSX" "SEI" "CLI" "CLV" "CLC" "CLD" "SED" "SEC" "BEQ " "BRA " "BNE " "BMI " "BPL " "BCC " "BCS " "BVS " BVC " "JSR " RTS" "RTI" "BRK" "ROL" "ROR" "ASL" "LSR" "INC " "DEC " "CMP " "CPX " "CPY " INX INY DEX DEY PLA PHA PLP HP PHX PLX PHY PLY "STZ " "LDZ " TZA TAZ "TSB " "TRB " RA TXY TYX PLD PLB PHB PHD PHK XCE</Keywords>
|
||||
<Keywords name="Keywords5">"sbx " "isc " "dcp " "lax " "sax " "anc " "alr " "arr " "rra " "rla " "lxa " "ane " "xaa "
"SBX " "ISC " "DCP " "LAX " "SAX " "ANC " "ALR " "ARR " "RRA " "RLA " "LXA " "ANE " "XAA "</Keywords>
|
||||
<Keywords name="Keywords6"></Keywords>
|
||||
|
Loading…
Reference in New Issue
Block a user