aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellconstants.h
diff options
context:
space:
mode:
authorEike Ziller <git@eikeziller.de>2017-09-25 11:57:51 +0200
committerEike Ziller <git@eikeziller.de>2017-10-01 20:11:08 +0200
commitce0bd485ee6ff54099b564730f82ac7667b0fa08 (patch)
tree22657699d7231cfbe2e3a96c1fc3a5cedcc6b2b4 /plugins/haskell/haskellconstants.h
parent3f1f50c44847a0e76a95507c9566a35dfe809a78 (diff)
Initial Haskell project support
Shows all files from the file system tree around the .cabal file. Provides a simple build configuration with "stack build" step. Provides a simple run configuration with "stack exec" for each "executable" entry.
Diffstat (limited to 'plugins/haskell/haskellconstants.h')
-rw-r--r--plugins/haskell/haskellconstants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/haskell/haskellconstants.h b/plugins/haskell/haskellconstants.h
index 55be670..1ff285c 100644
--- a/plugins/haskell/haskellconstants.h
+++ b/plugins/haskell/haskellconstants.h
@@ -30,6 +30,8 @@ namespace Constants {
const char C_HASKELLEDITOR_ID[] = "Haskell.HaskellEditor";
const char C_HASKELLSNIPPETSGROUP_ID[] = "Haskell";
+const char C_HASKELL_PROJECT_MIMETYPE[] = "text/x-haskell-project";
+const char C_HASKELL_RUNCONFIG_ID_PREFIX[] = "Haskell.Run.";
} // namespace Haskell
} // namespace Constants