aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellconstants.h
diff options
context:
space:
mode:
authorEike Ziller <git@eikeziller.de>2017-04-24 16:42:24 +0200
committerEike Ziller <git@eikeziller.de>2017-10-01 20:11:08 +0200
commit2f69373309cfe88084c5777baeff6bb46eecd071 (patch)
tree8d812f1e02821826aa2b8aec9b910a8df8d3b280 /plugins/haskell/haskellconstants.h
parentb682f2b32716b6f3a60ee9b422041a358a36e86c (diff)
Provide snippet group
Diffstat (limited to 'plugins/haskell/haskellconstants.h')
-rw-r--r--plugins/haskell/haskellconstants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/haskell/haskellconstants.h b/plugins/haskell/haskellconstants.h
index 05b5c91..55be670 100644
--- a/plugins/haskell/haskellconstants.h
+++ b/plugins/haskell/haskellconstants.h
@@ -28,5 +28,8 @@
namespace Haskell {
namespace Constants {
+const char C_HASKELLEDITOR_ID[] = "Haskell.HaskellEditor";
+const char C_HASKELLSNIPPETSGROUP_ID[] = "Haskell";
+
} // namespace Haskell
} // namespace Constants