| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Plugin.GhcTags.Parser
Tag
ByteString which encodes a tag name.
Constructors
| TagName | |
Fields | |
ByteString which encodes a tag file.
Constructors
| TagFile | |
Fields | |
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.
Constructors
| Tag | |
Parsing
parseVimTagFile :: ByteString -> IO (Either String [Tag]) Source #
Parse a vim-style tag file.