User Tools

Site Tools


base:acme_notepadplusplus_syntax
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


base:acme_notepadplusplus_syntax [2016-04-18 13:13] (current) – created ftc
Line 1: Line 1:
 +====== Syntax Highlighting for ACME and Notepad++ ======
  
 +By Strykker
 +
 +<code>
 +<NotepadPlus>
 +<UserLang name="6502 asm" ext="src" udlVersion="2.1">
 +<Settings>
 +<Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
 +<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
 +</Settings>
 +<KeywordLists>
 +<Keywords name="Comments">00; 01 02 03 04</Keywords>
 +<Keywords name="Numbers, prefix1"></Keywords>
 +<Keywords name="Numbers, prefix2">$</Keywords>
 +<Keywords name="Numbers, extras1">a b c d e f</Keywords>
 +<Keywords name="Numbers, extras2"></Keywords>
 +<Keywords name="Numbers, suffix1"></Keywords>
 +<Keywords name="Numbers, suffix2"></Keywords>
 +<Keywords name="Numbers, range"></Keywords>
 +<Keywords name="Operators1">&lt;&lt; &lt;&lt;&lt; &gt;&gt; &gt;&gt;&gt; != == &gt;= &lt;= = * / &amp; | ^ % + - .</Keywords>
 +<Keywords name="Operators2">DIV MOD NOT AND OR XOR !</Keywords>
 +<Keywords name="Folders in code1, open">{</Keywords>
 +<Keywords name="Folders in code1, middle"></Keywords>
 +<Keywords name="Folders in code1, close">}</Keywords>
 +<Keywords name="Folders in code2, open"></Keywords>
 +<Keywords name="Folders in code2, middle"></Keywords>
 +<Keywords name="Folders in code2, close"></Keywords>
 +<Keywords name="Folders in comment, open"></Keywords>
 +<Keywords name="Folders in comment, middle"></Keywords>
 +<Keywords name="Folders in comment, close"></Keywords>
 +<Keywords name="Keywords1">adc and asl
 + clc cop cld cli clv cmp cpx cpy
 + dec dex dey dcp
 + eor
 + inc inx iny isc
 + lda ldx ldy lsr lax
 + mvn mvp
 + nop
 + ora
 + pha pea pei per phb phd phk plb pld phx phy plx ply php pla plp
 + rol rep ror rla rra
 + sbc sep stz sec sed sei sta stx sty slo sre sax
 + tax tcd tcs tdc tsc txy tyx trb tsb tay tsx txa txs tya
 + wdm
 + x xba xce
 + bcc brl bra bcs beq bit bmi bne bpl brk bvc bvs
 + jmp jml jsl jsr
 + rti rtl rts
 + stp
 + wai
 + </Keywords>
 +<Keywords name="Keywords2">!08 !by !byte !8
 + !16 !wo !word
 + !24
 + !32
 + !fill !fi
 + !convtab !ct
 + !text !tx
 + !pet
 + !raw
 + !scr
 + !scrxor
 + !to
 + !source !src
 + !binary !bin
 + !sl
 + !zone !zn
 + !if
 + !ifdef
 + !for
 + !set
 + !do
 + !endoffile !eof
 + !macro
 + !initmem
 + !pseudopc
 + !align
 + !cpu
 + !al
 + !as
 + !rl
 + !rs
 + !warn !error !serious
 + else</Keywords>
 +<Keywords name="Keywords3"></Keywords>
 +<Keywords name="Keywords4"></Keywords>
 +<Keywords name="Keywords5"></Keywords>
 +<Keywords name="Keywords6"></Keywords>
 +<Keywords name="Keywords7"></Keywords>
 +<Keywords name="Keywords8"></Keywords>
 +<Keywords name="Delimiters"></Keywords>
 +</KeywordLists>
 +<Styles>
 +<WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="COMMENTS" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="LINE COMMENTS" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="NUMBERS" fgColor="000080" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +<WordsStyle name="KEYWORDS1" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="KEYWORDS2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
 +<WordsStyle name="KEYWORDS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="KEYWORDS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="OPERATORS" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<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="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="DELIMITERS2" fgColor="000000" 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" />
 +<WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +<WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
 +</Styles>
 +</UserLang>
 +</NotepadPlus>
 +</code>
base/acme_notepadplusplus_syntax.txt · Last modified: 2016-04-18 13:13 by ftc