some C++ keywords not colorized correctly. fixes #22419

This commit is contained in:
Martin Aeschlimann
2017-03-17 19:15:28 +01:00
parent 41332fd48c
commit 0cffe5f8a7
3 changed files with 12 additions and 3 deletions

View File

@@ -299,7 +299,9 @@
{
"scope": [
"keyword.operator.new",
"keyword.operator.expression"
"keyword.operator.expression",
"keyword.operator.cast",
"keyword.operator.sizeof"
],
"settings": {
"foreground": "#0000ff"