yi-0.12.4: The Haskell-Scriptable Editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • Cpp
  • TemplateHaskell
  • OverloadedStrings
  • DeriveDataTypeable
  • DeriveGeneric
  • TypeSynonymInstances
  • FlexibleContexts
  • FlexibleInstances
  • MultiParamTypeClasses
  • FunctionalDependencies
  • GeneralizedNewtypeDeriving
  • NondecreasingIndentation
  • LambdaCase

Yi.Snippets

Description

 

Synopsis

Documentation

(&) :: (MkSnippetCmd a any, MkSnippetCmd b c) => a -> b -> SnippetCmd c infixr 5 Source

(&>) :: (MkSnippetCmd a b, MkSnippetCmd c d) => a -> (b -> c) -> SnippetCmd d Source

newtype SupertabExt Source

Constructors

Supertab (YiString -> Maybe (BufferM ())) 

fromSnippets :: Bool -> [(YiString, SnippetCmd ())] -> SupertabExt Source

Convert snippet description list into a SuperTab extension