mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
## Here is an example for manpages.
|
|
##
|
|
syntax "Man" "\.[1-9]x?$"
|
|
magic "troff or preprocessor input"
|
|
comment ".\""
|
|
|
|
color green "\.(S|T)H.*$"
|
|
color brightgreen "\.(S|T)H" "\.TP"
|
|
color brightred "\.(BR?|I[PR]?).*$"
|
|
color brightblue "\.(BR?|I[PR]?|PP)"
|
|
color brightwhite "\\f[BIPR]"
|
|
color yellow "\.(br|DS|RS|RE|PD)"
|