summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 "&[^;]*;"