Documentation ¶
Overview ¶
Package facts defines constants for Kythe facts.
Index ¶
Constants ¶
View Source
const ( AnchorEnd = prefix + "loc/end" AnchorStart = prefix + "loc/start" Code = prefix + "code" Complete = prefix + "complete" ContextURL = prefix + "context/url" Details = prefix + "details" DocURI = prefix + "doc/uri" Message = prefix + "message" NodeKind = prefix + "node/kind" ParamDefault = prefix + "param/default" SnippetEnd = prefix + "snippet/end" SnippetStart = prefix + "snippet/start" Subkind = prefix + "subkind" Text = prefix + "text" TextEncoding = prefix + "text/encoding" )
Node fact labels
View Source
const DefaultTextEncoding = "UTF-8"
DefaultTextEncoding is the implicit value for TextEncoding if it is empty or missing from a node with a Text fact.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.