mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
typo: missing comma
This commit is contained in:
parent
c567771605
commit
f872b61c56
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…
Reference in a new issue