Skip to main content

Module semantic_token_modifier

Module semantic_token_modifier 

Source
Expand description

Bit flags for SemanticToken::modifiers (the LSP standard modifier subset we emit).

Constantsยง

DECLARATION
The token is the declaration of the symbol (vs. a use).
DEFAULT_LIBRARY
An engine / built-in symbol (not user code).
READONLY
A read-only binding (const).
STATIC
A static member.