diff --git a/editors/code/package.json b/editors/code/package.json index 36cbf1cba03..5effa3e1729 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -433,6 +433,12 @@ "scope": [ "keyword.other.unsafe" ] + }, + { + "selector": "type.builtin", + "scope": [ + "support.type.builtin" + ] } ] }