Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the Design Tokens Language Server
func (*Server) Initialize ¶
func (s *Server) Initialize(params *protocol.InitializeParams) (*protocol.InitializeResult, error)
Initialize handles the LSP initialize request
func (*Server) Initialized ¶
func (s *Server) Initialized(params *protocol.InitializedParams) error
Initialized handles the LSP initialized notification
Click to show internal directories.
Click to hide internal directories.