Skip to main content
Module

x/pbkit/language-server/lsp.ts>SemanticTokens

Protobuf toolkit for modern web development
Latest
interface SemanticTokens
import { type SemanticTokens } from "https://deno.land/x/pbkit@v0.0.70/language-server/lsp.ts";

Properties

optional
resultId: string

An optional result id. If provided and clients support delta updating the client will include the result id in the next semantic token request. A server can then instead of computing all semantic tokens again simply send a delta.

data: uinteger[]

The actual tokens.