mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
17 lines
570 B
Plaintext
17 lines
570 B
Plaintext
Available token types:
|
|
[comment] [string] [keyword] [number] [regexp] [operator] [namespace]
|
|
[type] [struct] [class] [interface] [enum] [typeParameter] [function]
|
|
[member] [macro] [variable] [parameter] [property] [label]
|
|
|
|
Available token modifiers:
|
|
[type.declaration] [type.documentation] [type.member] [type.static]
|
|
[type.abstract] [type.deprecated] [type.modification] [type.async]
|
|
|
|
Some examples:
|
|
[class.static.token] [type.static.abstract]
|
|
[class.static.token] [type.static]
|
|
|
|
[struct]
|
|
|
|
[function.private]
|