Auto merge of #12399 - Joehoel:patch-1, r=lnicola

typo: missing comma
This commit is contained in:
bors 2022-05-26 18:15:54 +00:00
commit 732eb9a167

View file

@ -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"
} }
}, },