-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-highlighting(semantic) token highlighting(semantic) token highlightingA-lspLSP conformance issues and missing featuresLSP conformance issues and missing featuresC-enhancementCategory: enhancementCategory: enhancement
Description
At present, a built-in type is conveyed to the client using a token with type builtinType
. This is not in the standard set of semantic token types and therefore requires configuration in the client. The same semantic idea can be conveyed using a token with type type
and the defaultLibrary
modifier, both of which are part of the standard set of token types and modifiers.
disrupted
Metadata
Metadata
Assignees
Labels
A-highlighting(semantic) token highlighting(semantic) token highlightingA-lspLSP conformance issues and missing featuresLSP conformance issues and missing featuresC-enhancementCategory: enhancementCategory: enhancement