mirror of
https://github.com/pfusik/xasm.git
synced 2025-03-25 12:33:04 +00:00
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
# xasm specification file for Crimson Editor (www.crimsoneditor.com)
|
|
# written by Piotr Fusik <fox@scene.pl>
|
|
|
|
$CASESENSITIVE=NO
|
|
$DELIMITERS=~`!@#$%^&*()+=|{}[]:;"',.<>/?
|
|
$QUOTATIONMARK1="
|
|
$QUOTATIONMARK2='
|
|
$LINECOMMENT=;
|
|
$LINECOMMENT2=*
|
|
$INDENTATIONON=
|
|
$INDENTATIONOFF=
|
|
$PAIRS1=()
|
|
$PAIRS2=[]
|
|
$PAIRS3={}
|