2017-08-11 5 views

Antwort

0

Ja, diese "generischen Token" sind spezifisch für die editor.tokenColorCustomizations Einstellung (was bedeutet, dass Sie sie nicht in einem Design verwenden können). Sie sind auf TmLanguage Bereiche wie folgt abgebildet:

comments: 'comment', 
strings: 'string', 
keywords: 'keyword', 
numbers: 'constant.numeric', 
types: 'entity.name.type', 
functions: 'entity.name.function', 
variables: 'variable' 

https://github.com/Microsoft/vscode/pull/29393/files#diff-fcf8acf0156463f17f7fa7ed78c3b7e8R27

Verwandte Themen