Files
vscode-extension-samples/semantic-tokens-sample/sample/sample.semanticLanguage

19 lines
619 B
Plaintext
Raw Permalink Normal View History

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]
[method] [macro] [variable] [parameter] [property] [label] [decorator]
2019-12-09 15:39:21 +01:00
Available token modifiers:
[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]