Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LangServer ¶
type LangServer struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer() *LangServer
func (*LangServer) Listen ¶
func (ls *LangServer) Listen(ctx context.Context, r io.Reader, w io.WriteCloser) error
type TextDocument ¶
type TextDocument struct { Identifier lsp.VersionedTextDocumentIdentifier Module *parser.Module Text string Err error }
func NewTextDocument ¶
func NewTextDocument(uri lsp.DocumentURI, text string) TextDocument
Click to show internal directories.
Click to hide internal directories.