summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/nano/files/nanorc-man10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-editors/nano/files/nanorc-man b/app-editors/nano/files/nanorc-man
new file mode 100644
index 000000000000..48457f462691
--- /dev/null
+++ b/app-editors/nano/files/nanorc-man
@@ -0,0 +1,10 @@
+## manpages
+#
+syntax "manpage" "\.[1-9]$"
+color green "\.(S|T)H.*$"
+color brightgreen "\.(S|T)H" "\.TP"
+color brightred "\.(BR?|I).*$"
+color brightblue "\.(BR?|I|PP)"
+color brightwhite start="\\fI" end="\\fR"
+color brightwhite start="\\fB" end="\\fR"
+color yellow "\.(br|DS|RS|RE|PD)"