Documentation ¶
Overview ¶
The semtok package provides an encoder for LSP's semantic tokens.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TokenType ¶
type TokenType string
const ( TokNamespace TokenType = "namespace" TokType TokenType = "type" TokInterface TokenType = "interface" TokTypeParam TokenType = "typeParameter" TokParameter TokenType = "parameter" TokVariable TokenType = "variable" TokMethod TokenType = "method" TokFunction TokenType = "function" TokKeyword TokenType = "keyword" TokComment TokenType = "comment" TokString TokenType = "string" TokNumber TokenType = "number" TokOperator TokenType = "operator" TokMacro TokenType = "macro" // for templates )
Click to show internal directories.
Click to hide internal directories.