mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Map builtin
This commit is contained in:
parent
00fc17272d
commit
873156640d
@ -433,6 +433,12 @@
|
|||||||
"scope": [
|
"scope": [
|
||||||
"keyword.other.unsafe"
|
"keyword.other.unsafe"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": "type.builtin",
|
||||||
|
"scope": [
|
||||||
|
"support.type.builtin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user