yi-0.6.2.4: The Haskell-Scriptable Editor

Yi.Snippets

Synopsis

Documentation

class MkSnippetCmd a b | a -> b whereSource

(&) :: (MkSnippetCmd a any, MkSnippetCmd b c) => a -> b -> SnippetCmd cSource

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

newtype SupertabExt Source

Constructors

Supertab (String -> Maybe (BufferM ())) 

Instances

fromSnippets :: Bool -> [(String, SnippetCmd ())] -> SupertabExtSource

Convert snippet description list into a SuperTab extension