mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Map builtin
This commit is contained in:
parent
00fc17272d
commit
873156640d
1 changed files with 6 additions and 0 deletions
|
@ -433,6 +433,12 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"keyword.other.unsafe"
|
"keyword.other.unsafe"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": "type.builtin",
|
||||||
|
"scope": [
|
||||||
|
"support.type.builtin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue