Types of tokens used for semantic highlighting.
the name of the token type, used in the semantic token legend
A function call identifier.
A function call chaining separator.
A named parameter in a function call.
Delimiters of an inline argument in a function call.
A number value.
A range value.
A size value or a list of sizes.
A boolean value.
An enum value.
Returns a representation of an immutable list of all enum entries, in the order they're declared.
The index of this token type in the semantic token legend. This is used to encode the token type.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.