aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/Haskell.json.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/Haskell.json.in')
-rw-r--r--plugins/haskell/Haskell.json.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/plugins/haskell/Haskell.json.in b/plugins/haskell/Haskell.json.in
index daecf89..fe8767b 100644
--- a/plugins/haskell/Haskell.json.in
+++ b/plugins/haskell/Haskell.json.in
@@ -7,5 +7,16 @@
\"License\" : \"MIT\",
\"Description\" : \"Haskell support\",
\"Url\" : \"https://haskell.org\",
- $$dependencyList
+ $$dependencyList,
+
+ \"Mimetypes\" : [
+ \"<?xml version=\'1.0\'?>\",
+ \"<mime-info xmlns=\'http://www.freedesktop.org/standards/shared-mime-info\'>\",
+ \" <mime-type type=\'text/x-haskell-project\'>\",
+ \" <sub-class-of type=\'text/plain\'/>\",
+ \" <comment>Haskell Cabal project file</comment>\",
+ \" <glob pattern=\'*.cabal\'/>\",
+ \" </mime-type>\",
+ \"</mime-info>\"
+ ]
}