Visual Studio Code – VSCode, Javascript – change syntax color for data types
What is the scope selector for changing the syntax color of data types (Number, String, Boolean) with textMateRules? "editor.tokenColorCustomizations": { "[Monokai Pro (Filter Spectrum)]": { "textMateRules": [ { "scope": ["???"], "settings": { "foreground": "#ff6188" } } ] } NOTE: I…