Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data ExpandSpliceParams = ExpandSpliceParams {}
- data SpliceContext
- data ExpandStyle
- expandStyles :: [(ExpandStyle, (Text, CommandId))]
- toExpandCmdTitle :: ExpandStyle -> Text
- toCommandId :: ExpandStyle -> CommandId
- expandInplaceId :: CommandId
- expandCommentedId :: CommandId
- inplaceCmdName :: Text
- commentedCmdName :: Text
Documentation
data ExpandSpliceParams Source #
Parameter for the addMethods PluginCommand.
Instances
data SpliceContext Source #
Instances
data ExpandStyle Source #
Instances
expandStyles :: [(ExpandStyle, (Text, CommandId))] Source #
toExpandCmdTitle :: ExpandStyle -> Text Source #
toCommandId :: ExpandStyle -> CommandId Source #