Map builtin

This commit is contained in:
Aleksey Kladov 2020-02-27 18:37:25 +01:00
parent 00fc17272d
commit 873156640d

View file

@ -433,6 +433,12 @@
"scope": [
"keyword.other.unsafe"
]
},
{
"selector": "type.builtin",
"scope": [
"support.type.builtin"
]
}
]
}