2017-09-28 2 views

答えて

0

はこれを試してみてください。

"editor.tokenColorCustomizations": { 
    "textMateRules": [{ 
     "scope": "var.identifier", 
     "foreground": "#00FF00", 
     "fontStyle": "bold" 
    }] 
} 

ヒント:プレスF1は、その後Developer: Inspect TM Scopesを入力します(これはVSCodeバージョン1.17.0で動作します)。
also there is an issue

は、以下を参照してください。
TextMate Grammars
Themes, Snippets and Colorizers
TextMate Scope Selectors
TextMate Language Grammars

私はこのことができます願っています。

関連する問題