Files
vscode-extension-samples/semantic-tokens-sample/sample/sample.semanticLanguage
2020-11-23 11:50:39 +01:00

19 lines
607 B
Plaintext

Available token types:
[comment] [string] [keyword] [number] [regexp] [operator] [namespace]
[type] [struct] [class] [interface] [enum] [typeParameter] [function]
[method] [macro] [variable] [parameter] [property] [label]
Available token modifiers:
[type.declaration] [type.documentation] [type.readonly] [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]
An error case:
[notInLegend]