inweb-bootstrap/Languages/ACME.ildf
2020-04-06 12:26:10 +01:00

25 lines
488 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
}
}
}