nanorc/man.nanorc

10 lines
240 B
Plaintext
Raw Normal View History

2010-07-29 00:15:43 +02:00
## Here is an example for manpages.
##
syntax "Man" "\.[1-9]x?$"
2010-07-29 00:15:43 +02:00
color green "\.(S|T)H.*$"
2018-08-09 10:09:19 +02:00
color green "\.(S|T)H" "\.TP"
color red "\.(BR?|I[PR]?).*$"
color blue "\.(BR?|I[PR]?|PP)"
color white "\\f[BIPR]"
2010-07-29 00:15:43 +02:00
color yellow "\.(br|DS|RS|RE|PD)"