aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LocalFilesEditor/codemirror/mode/xml/xml.css')
-rw-r--r--plugins/LocalFilesEditor/codemirror/mode/xml/xml.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css b/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css
deleted file mode 100644
index 86845faa6..000000000
--- a/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css
+++ /dev/null
@@ -1,7 +0,0 @@
-span.xml-tag {color: #a0b;}
-span.xml-attribute {color: #281;}
-span.xml-attname {color: #00f;}
-span.xml-comment {color: #a70;}
-span.xml-cdata {color: #48a;}
-span.xml-processing {color: #999;}
-span.xml-entity {color: #a22;}