mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-29 02:31:45 +00:00
Update Notepad++ syntax colouring scheme
This commit is contained in:
parent
9b7d58cf65
commit
b5aa4674b4
@ -13,7 +13,7 @@
|
||||
<Keywords name="Numbers, suffix1"></Keywords>
|
||||
<Keywords name="Numbers, suffix2"></Keywords>
|
||||
<Keywords name="Numbers, range"></Keywords>
|
||||
<Keywords name="Operators1">, + - >> >>>> << * +' -' *' = += -= *= >>= <<= <<'= >>'= >= <= != ( ) { } @ [ ] & && | || |= ^ ^= &= : # +'= -'= *'= </Keywords>
|
||||
<Keywords name="Operators1">, + - >> >>>> << * +' -' *' = += -= *= >>= <<= <<'= >>'= >= <= != ( ) { } @ [ ] & && | || |= ^ ^= &= : # +'= -'= *'=</Keywords>
|
||||
<Keywords name="Operators2"></Keywords>
|
||||
<Keywords name="Folders in code1, open">{</Keywords>
|
||||
<Keywords name="Folders in code1, middle"></Keywords>
|
||||
@ -24,15 +24,15 @@
|
||||
<Keywords name="Folders in comment, open"></Keywords>
|
||||
<Keywords name="Folders in comment, middle"></Keywords>
|
||||
<Keywords name="Folders in comment, close"></Keywords>
|
||||
<Keywords name="Keywords1">void
byte
sbyte
ubyte
array
word
pointer
long
nonet</Keywords>
|
||||
<Keywords name="Keywords2">if
else
for
return
while
do
asm
import
segment</Keywords>
|
||||
<Keywords name="Keywords3">petscii
ascii
scr
until
to
downto
parallelto
static
stack
ref
const
volatile
paralleluntil
inline
noinline
macro
register
kernal_interrupt
interrupt</Keywords>
|
||||
<Keywords name="Keywords1">void
byte
sbyte
ubyte
array
word
farword
pointer
farpointer
long
word_be
word_le
file</Keywords>
|
||||
<Keywords name="Keywords2">if
else
for
return
while
do
asm
extern
import
segment
break
continue
default</Keywords>
|
||||
<Keywords name="Keywords3">petscii
ascii
scr
pet
atascii
atari
bbc
apple2
jis
jisx
iso_de
iso_yu
iso_no
iso_dk
iso_se
iso_fi
until
to
downto
parallelto
static
stack
ref
const
volatile
paralleluntil
inline
noinline
macro
register
kernal_interrupt
interrupt
reentrant
hi
lo
sin
cos
nonet</Keywords>
|
||||
<Keywords name="Keywords4">"sta "
"lda "
"jmp "
"bit "
"eor "
"adc "
"ora "
"and "
"ldx "
"ldy "
"stx "
"sty "
"tax"
"tay"
"tya"
"txa"
"txs"
"tsx"
"sei"
"cli"
"clv"
"clc"
"cld"
"sed"
"sec"
"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
php
phx
plx
phy
ply
"stz "
"ldz "
tza
taz
"tsb "
"trb "
"bra "
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 "</Keywords>
|
||||
<Keywords name="Keywords6"></Keywords>
|
||||
<Keywords name="Keywords7"></Keywords>
|
||||
<Keywords name="Keywords8"></Keywords>
|
||||
<Keywords name="Delimiters">00" 01 02" 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
|
||||
<Keywords name="Delimiters">00" 01 02" 03' 04 05' 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
|
||||
</KeywordLists>
|
||||
<Styles>
|
||||
<WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
@ -52,7 +52,7 @@
|
||||
<WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
<WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
<WordsStyle name="DELIMITERS1" fgColor="FF00FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
<WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
<WordsStyle name="DELIMITERS2" fgColor="FF0080" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
<WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
<WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
<WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
|
||||
|
Loading…
Reference in New Issue
Block a user