From 7b335d9442411d226993af47e05084c6742ca0ad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 28 May 2011 16:21:33 -0400 Subject: Make things more robust, I'm no longer on just Ubuntu. --- share/nano/groff.nanorc | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 share/nano/groff.nanorc (limited to 'share/nano/groff.nanorc') diff --git a/share/nano/groff.nanorc b/share/nano/groff.nanorc deleted file mode 100644 index 02b82b8..0000000 --- a/share/nano/groff.nanorc +++ /dev/null @@ -1,24 +0,0 @@ -## Here is an example for groff. -## -syntax "groff" "\.m[ems]$" "\.rof" "\.tmac$" "^tmac." -## The argument of .ds or .nr -color cyan "^\.(ds|nr) [^[[:space:]]]*" -## Single character escapes -color brightmagenta "\\." -## Highlight the argument of \f or \s in the same color -color brightmagenta "\\f." "\\f\(.." "\\s(\+|\-)?[0-9]" -## Newlines -color cyan "(\\|\\\\)n(.|\(..)" -color cyan start="(\\|\\\\)n\[" end="]" -## Requests -color brightgreen "^\.[[:space:]]*[^[[:space:]]]*" -## Comments -color yellow "^\.\\".*$" -## Strings -color green "(\\|\\\\)\*(.|\(..)" -color green start="(\\|\\\\)\*\[" end="]" -## Characters -color brightred "\\\(.." -color brightred start="\\\[" end="]" -## Macro arguments -color brightcyan "\\\\\$[1-9]" -- cgit v1.2.3-2-g168b