aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.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/haskell/haskell.css
parent32138f1fbd7637dffaaad0c8ca677e43a0d13831 (diff)
Remove core plugins from core repository
Diffstat (limited to 'plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css')
-rw-r--r--plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css b/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css
deleted file mode 100644
index 41f915556..000000000
--- a/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css
+++ /dev/null
@@ -1,25 +0,0 @@
-span.hs-char,
-span.hs-float,
-span.hs-integer,
-span.hs-string {color: #762;}
-
-span.hs-comment {color: #262;font-style: italic;}
-span.hs-pragma {color: #555;font-style: italic;}
-
-span.hs-special,
-span.hs-varid,
-span.hs-varsym {color: #000;}
-
-span.hs-conid,
-span.hs-consym {color: #b11;}
-
-span.hs-qualifier {color: #555;}
-
-span.hs-reservedid,
-span.hs-reservedop {color: #730;}
-
-span.hs-prelude-varid,
-span.hs-prelude-varsym {color: #30a;}
-span.hs-prelude-conid {color: #b11;}
-
-span.hs-error {background-color: #fdd;}