aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css
diff options
context:
space:
mode:
authormistic100 <mistic@strangeplanet.fr>2015-07-24 22:44:39 +0200
committermistic100 <mistic@strangeplanet.fr>2015-07-26 19:11:36 +0200
commit4e71ba9d3ea40cd2d817965e5eed4a2fe1b876b3 (patch)
treeaf7f5291540806e5fde21db1d98d590579549055 /plugins/LocalFilesEditor/codemirror/mode/xml/xml.css
parent32138f1fbd7637dffaaad0c8ca677e43a0d13831 (diff)
Remove core plugins from core repository
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;}