I would like to change color of Docstrings in python. I have added this code:
{
“name”: “Docstrings”,
“scope”: “comment.block.documentation.python”,
“foreground”: “red”,
}
But only quotation marks are changed to red color:
I would like to change color of Docstrings in python. I have added this code:
{
“name”: “Docstrings”,
“scope”: “comment.block.documentation.python”,
“foreground”: “red”,
}
But only quotation marks are changed to red color: