typo: missing comma

This commit is contained in:
Joël Kuijper 2022-05-26 20:12:43 +02:00 committed by GitHub
parent c567771605
commit f872b61c56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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