Safe Haskell | None |
---|---|
Language | Haskell2010 |
Tag
ByteString
which encodes a tag name.
ByteString
which encodes a tag file.
Simple Tag record. For the moment on tag name, tag file and line numbers are supported.
TODO: expand to support column numbers and extra information.
Parsing
parseVimTagFile :: ByteString -> IO (Either String [Tag]) Source #
Parse a vim-style tag file.