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
staticmember.