/usr/share/highlight/langDefs/oorexx.lang is in highlight-common 3.41-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | Description="OpenObjectRexx"
Keywords={
{ Id=1,
List={"address", "additional", "any", "arg", "arguments", "array", "by",
"call", "caseless", "continue", "class", "description", "digits", "do", "drop",
"end", "engineering", "error", "exit", "expose", "else", "failure", "for",
"forever", "form", "forward", "fuzz", "guard", "halt", "if", "interpret",
"iterate", "leave", "lower", "lostdigits", "message", "name", "nop", "nomethod",
"nostring", "notready", "novalue", "numeric", "on", "off", "otherwise", "parse",
"procedure", "pull", "push", "propagate", "queue", "raise", "reply", "return",
"ret", "rc", "say", "scientific", "select", "sigl", "signal", "source",
"syntax", "then", "to", "trace", "upper", "until", "use", "user", "version",
"when", "while", "with"},
},
{ Id=2,
List={"class", "method", "requires", "routine"},
},
{ Id=3,
List={"abbrev", "abs", "address", "arg", "b2x", "beep",
"bitand", "bitor", "bitxor", "c2d", "c2x", "center",
"changestr", "charin", "charout", "chars", "compare", "condition",
"copies", "countstr", "d2c", "d2x", "datatype", "date", "delstr",
"delword", "digits", "directory", "endlocal", "errortext", "filespec",
"form", "format", "fuzz", "insert", "lastpos", "left", "length", "linein",
"lineout", "lines", "max", "min", "overlay", "pos", "queued",
"random", "reverse", "right", "rxfuncadd", "rxfuncdrop", "rxfuncquery",
"rxqueue", "setlocal", "sign", "sourceline", "space", "stream", "strip",
"substr", "subword", "symbol", "time", "trace", "translate", "trunc",
"userid", "value", "var", "verify", "word", "wordindex", "wordlength",
"wordpos", "words", "x2b", "x2c", "x2d", "xrange"},
},
{ Id=4,
Regex=[[(\w+)\s*\:]],
},
}
Strings={
Delimiter=[['|"]],
}
IgnoreCase=true
Comments={
{ Block=false,
Delimiter= { [[\-\-|\#]] },
},
{ Block=true,
Nested=false,
Delimiter= { [[\/\*]],[[\*\/]],}
}
}
Operators=[[\(|\)|\[|\]|\{|\}|\,|\;|\.|\:|\&|<|>|\!|=|\/|\*|\%|\+|\-|\~|\||\^]]
|