summaryrefslogtreecommitdiff
path: root/share/nano/patch.nanorc
diff options
context:
space:
mode:
Diffstat (limited to 'share/nano/patch.nanorc')
-rw-r--r--share/nano/patch.nanorc10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/nano/patch.nanorc b/share/nano/patch.nanorc
deleted file mode 100644
index a788b35..0000000
--- a/share/nano/patch.nanorc
+++ /dev/null
@@ -1,10 +0,0 @@
-## Here is an example for patch files.
-##
-syntax "patch" "\.(patch|diff)$"
-color brightgreen "^\+.*"
-color green "^\+\+\+.*"
-color brightblue "^ .*"
-color brightred "^-.*"
-color red "^---.*"
-color brightyellow "^@@.*"
-color magenta "^diff.*"