summaryrefslogtreecommitdiff
path: root/doc/syntax/man.nanorc
blob: 6c296bb6243f3e943cc5db4bbcddf008793c9bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Here is an example for manpages.

syntax "man" "\.[1-9]x?$"
magic "troff or preprocessor input text"

color green "\.(SH|SS|TH) .*$"
color brightgreen "\.(SH|SS|TH) " "\.([HIT]P)"
color brightred "\.(B[IR]?|I[BR]?|R[BI]|S[BM]) .*$"
color brightblue "\.(B[IR]?|I[BR]?|R[BI]|S[BM]) " "\.([LP]?P)$"
color magenta "\\f[BIPR]"
color yellow "\.(br|DT|RS|RE|PD)"

# Comments.
color cyan "\.?\\\".*$"

# Trailing whitespace.
color ,green "[[:space:]]+$"