mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
commit
732eb9a167
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ Most themes doesn't support styling unsafe operations differently yet. You can f
|
||||||
"editor.semanticTokenColorCustomizations": {
|
"editor.semanticTokenColorCustomizations": {
|
||||||
"rules": {
|
"rules": {
|
||||||
"operator.unsafe": "#ff6600",
|
"operator.unsafe": "#ff6600",
|
||||||
"function.unsafe": "#ff6600"
|
"function.unsafe": "#ff6600",
|
||||||
"method.unsafe": "#ff6600"
|
"method.unsafe": "#ff6600"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue