Skip to content

Commit

Permalink
Update all changes to use "string.quoted.docstring"
Browse files Browse the repository at this point in the history
...instead of "string.quoted.docstring.multi.python", per
@aeschli's request here:
#182162 (comment)

This way the comment formatting applies to *all* language quoted
docstrings, instead of just to Python.
  • Loading branch information
ElectricRCAircraftGuy committed May 12, 2023
1 parent 44c2f52 commit 1ab46a0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion extensions/theme-abyss/themes/abyss-color-theme.json
Expand Up @@ -20,7 +20,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#384887"
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-defaults/themes/dark_vs.json
Expand Up @@ -60,7 +60,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#6A9955"
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-defaults/themes/hc_black.json
Expand Up @@ -46,7 +46,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#7ca668"
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-defaults/themes/hc_light.json
Expand Up @@ -30,7 +30,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#515151"
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-defaults/themes/light_vs.json
Expand Up @@ -65,7 +65,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#008000"
Expand Down
Expand Up @@ -82,7 +82,7 @@
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#a57a4c"
Expand Down
Expand Up @@ -81,7 +81,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"fontStyle": "",
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-monokai/themes/monokai-color-theme.json
Expand Up @@ -121,7 +121,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#88846f"
Expand Down
Expand Up @@ -21,7 +21,7 @@
"scope": [
"comment",
"punctuation.definition.comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"fontStyle": "italic",
Expand Down
2 changes: 1 addition & 1 deletion extensions/theme-red/themes/Red-color-theme.json
Expand Up @@ -80,7 +80,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"fontStyle": "italic",
Expand Down
Expand Up @@ -20,7 +20,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"fontStyle": "italic",
Expand Down
Expand Up @@ -20,7 +20,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"fontStyle": "italic",
Expand Down
Expand Up @@ -81,7 +81,7 @@
"name": "Comments",
"scope": [
"comment",
"string.quoted.docstring.multi.python"
"string.quoted.docstring"
],
"settings": {
"foreground": "#7285B7"
Expand Down

0 comments on commit 1ab46a0

Please sign in to comment.