fix: Fix python docstrings color to match comments

Close #296
This commit is contained in:
Mattia Astorino 2018-12-26 20:32:19 +01:00
parent 064ef02af0
commit 96d017657d

View file

@ -12,7 +12,8 @@
"name": "Comment", "name": "Comment",
"scope": [ "scope": [
"comment", "comment",
"punctuation.definition.comment" "punctuation.definition.comment",
"string.quoted.docstring"
], ],
"settings": { "settings": {
"fontStyle": "italic", "fontStyle": "italic",