docvim-0.3.1.3: Documentation generator for Vim plug-ins

Safe HaskellNone
LanguageHaskell2010

Text.Docvim.Visitor.Mapping

Synopsis

Documentation

extractMapping :: Alternative f => [Node] -> (f [Node], [Node]) Source #

Extracts a list of nodes (if any exist) identified by the `@mapping` annotation of the source code.