diff options
| author | Eike Ziller <git@eikeziller.de> | 2017-04-24 16:42:24 +0200 |
|---|---|---|
| committer | Eike Ziller <git@eikeziller.de> | 2017-10-01 20:11:08 +0200 |
| commit | 2f69373309cfe88084c5777baeff6bb46eecd071 (patch) | |
| tree | 8d812f1e02821826aa2b8aec9b910a8df8d3b280 /plugins/haskell/haskellconstants.h | |
| parent | b682f2b32716b6f3a60ee9b422041a358a36e86c (diff) | |
Provide snippet group
Diffstat (limited to 'plugins/haskell/haskellconstants.h')
| -rw-r--r-- | plugins/haskell/haskellconstants.h | 3 |
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 |
