inweb-bootstrap/Languages/ACME.ildf
2020-04-07 00:53:26 +01:00

25 lines
514 B
Text

Name: "ACME"
Details: "The ACME assembly language for 6502 and related CPUs"
Extension: ".a"
Line Comment: ";"
String Literal: "\""
String Literal Escape: "\\"
Character Literal: "'"
Character Literal Escape: "\\"
Binary Literal Prefix: "%"
Hexadecimal Literal Prefix: "$"
Negative Literal Prefix: "-"
colouring {
runs of unquoted {
runs of !identifier {
=> !reserved
prefix "." => !identifier on both
prefix "!" => !element on both
}
characters {
+ => !identifier
- => !identifier
}
}
}