summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-02-12 12:38:49 -0500
committerMike Frysinger <vapier@gentoo.org>2016-02-12 12:39:03 -0500
commit5815ecbb9e1f5e5539b38258cba3b01192b18214 (patch)
tree0ad93e34334e48aaeb876362cbd4c4022f566ec1 /app-editors/nano/files/xml.nanorc
parentapp-editor/nano: version bump to 2.5.2 (diff)
downloadgentoo-5815ecbb9e1f5e5539b38258cba3b01192b18214.tar.gz
gentoo-5815ecbb9e1f5e5539b38258cba3b01192b18214.tar.bz2
gentoo-5815ecbb9e1f5e5539b38258cba3b01192b18214.zip
app-editor/nano: drop old <2.4.3 versions
Diffstat (limited to 'app-editors/nano/files/xml.nanorc')
-rw-r--r--app-editors/nano/files/xml.nanorc9
1 files changed, 0 insertions, 9 deletions
diff --git a/app-editors/nano/files/xml.nanorc b/app-editors/nano/files/xml.nanorc
deleted file mode 100644
index 1f68c05341ad..000000000000
--- a/app-editors/nano/files/xml.nanorc
+++ /dev/null
@@ -1,9 +0,0 @@
-## Here is an example for xml files.
-##
-syntax "xml" "\.([jrs]html?|sgml?|xml|xslt?)$"
-color green start="<" end=">"
-color cyan "<[^> ]+"
-color cyan ">"
-color yellow start="<!DOCTYPE" end="[/]?>"
-color yellow start="<!--" end="-->"
-color red "&[^;]*;"