aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LocalFilesEditor/codemirror/mode/haskell/haskell.css
diff options
context:
space:
mode:
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;}