Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
A Reader reads ctags entries.
type TagLine ¶
type TagLine struct { // Any identifier, not containing white space. TagName string // The name of the file where {tagname} is defined, relative to the current // directory. TagFile string // Any Ex command. When executed, it behaves like 'magic' was not set. It may // be restricted to a line number or a search pattern (Posix). TagAddress string // A tagfield is a key, value pair. TagFields TagFields }
TagLine represents a single ctags match.
func (TagLine) Kind ¶
Kind is the kind of tag this is. If no "kind" tagfield exists, this returns an empty string.
Click to show internal directories.
Click to hide internal directories.