blob: 109f9cd6be4be314270478cbd5fdb6e174f9b2ca [file] [log] [blame]
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +00001## Here is an example for groff.
Benno Schulenbergfe9da942014-05-16 20:21:34 +00002
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +00003syntax "groff" "\.m[ems]$" "\.rof" "\.tmac$" "^tmac."
Mike Scalora6a2032f2016-05-25 22:13:50 +02004comment ".\""
Benno Schulenbergfe9da942014-05-16 20:21:34 +00005
6# The argument of .ds or .nr
Benno Schulenberg2da9cbf2015-05-03 15:47:05 +00007color cyan "^\.(ds|nr) [^[:space:]]*"
Benno Schulenbergfe9da942014-05-16 20:21:34 +00008# Single-character escapes
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +00009color brightmagenta "\\."
Benno Schulenbergfe9da942014-05-16 20:21:34 +000010# The argument of \f or \s in the same color
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +000011color brightmagenta "\\f." "\\f\(.." "\\s(\+|\-)?[0-9]"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000012# Newlines
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +000013color cyan "(\\|\\\\)n(.|\(..)"
14color cyan start="(\\|\\\\)n\[" end="]"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000015# Requests
Benno Schulenberg2da9cbf2015-05-03 15:47:05 +000016color brightgreen "^\.[[:space:]]*[^[:space:]]*"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000017# Comments
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +000018color yellow "^\.\\".*$"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000019# Strings
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +000020color green "(\\|\\\\)\*(.|\(..)"
21color green start="(\\|\\\\)\*\[" end="]"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000022# Characters
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +000023color brightred "\\\(.."
24color brightred start="\\\[" end="]"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000025# Macro arguments
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +000026color brightcyan "\\\\\$[1-9]"