mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-15 13:52:59 +00:00
typo: missing comma
This commit is contained in:
parent
c567771605
commit
f872b61c56
@ -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…
x
Reference in New Issue
Block a user