blob: dd7d23ea5a615c8e119cf5ca356cdb0d2d3eeebc [file] [log] [blame]
David Lawrence Ramsey5e6434c2006-06-01 17:23:28 +00001## Here is an example for manpages.
Benno Schulenbergfe9da942014-05-16 20:21:34 +00002
David Lawrence Ramseyc923eb92006-06-06 22:15:44 +00003syntax "man" "\.[1-9]x?$"
Chris Allegrettab00d0b92011-02-13 04:23:10 +00004magic "troff or preprocessor input text"
Mike Scalora6a2032f2016-05-25 22:13:50 +02005comment ".\""
Benno Schulenbergfe9da942014-05-16 20:21:34 +00006
Benno Schulenbergc05a2ee2014-02-26 21:12:23 +00007color green "\.(SH|SS|TH) .*$"
8color brightgreen "\.(SH|SS|TH) " "\.([HIT]P)"
9color brightred "\.(B[IR]?|I[BR]?|R[BI]|S[BM]) .*$"
10color brightblue "\.(B[IR]?|I[BR]?|R[BI]|S[BM]) " "\.([LP]?P)$"
11color magenta "\\f[BIPR]"
12color yellow "\.(br|DT|RS|RE|PD)"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000013
Benno Schulenberg4e628422014-05-12 18:10:08 +000014# Comments.
15color cyan "\.?\\\".*$"
Benno Schulenbergfe9da942014-05-16 20:21:34 +000016
Benno Schulenberg4e628422014-05-12 18:10:08 +000017# Trailing whitespace.
18color ,green "[[:space:]]+$"