Revert Python docstring color (#184938)

Revert b4368691e9

all color themes: treat comment docstrings as comments too (#182162)
This commit is contained in:
Rickey K. Liang
2023-07-10 13:48:51 +01:00
committed by GitHub
parent 68a99e2f46
commit 2ff3c9a7e7
14 changed files with 164 additions and 203 deletions

View File

@@ -62,11 +62,7 @@
}
},
{
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring"
],
"scope": "comment",
"settings": {
"foreground": "#008000"
}