2019-12-09 15:39:21 +01:00
|
|
|
Available token types:
|
|
|
|
|
[comment] [string] [keyword] [number] [regexp] [operator] [namespace]
|
2020-01-17 16:41:22 +01:00
|
|
|
[type] [struct] [class] [interface] [enum] [typeParameter] [function]
|
2021-10-25 23:23:19 +02:00
|
|
|
[method] [macro] [variable] [parameter] [property] [label] [decorator]
|
2019-12-09 15:39:21 +01:00
|
|
|
|
|
|
|
|
Available token modifiers:
|
2020-11-23 11:50:36 +01:00
|
|
|
[type.declaration] [type.documentation] [type.readonly] [type.static]
|
2019-12-09 15:39:21 +01:00
|
|
|
[type.abstract] [type.deprecated] [type.modification] [type.async]
|
|
|
|
|
|
|
|
|
|
Some examples:
|
|
|
|
|
[class.static.token] [type.static.abstract]
|
|
|
|
|
[class.static.token] [type.static]
|
|
|
|
|
|
|
|
|
|
[struct]
|
|
|
|
|
|
|
|
|
|
[function.private]
|
2020-05-01 17:03:31 +02:00
|
|
|
|
|
|
|
|
An error case:
|
|
|
|
|
[notInLegend]
|