mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 21:40:12 +02:00
For better organisation the nanorc files will go to a folder. The install script should translate the themed nanorc files to the final files. The install script should be the official instalation method.
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
## Here is an example for manpages.
|
|
##
|
|
syntax "Man" "\.[1-9]x?$"
|
|
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)"
|