Skip to content

Commit

Permalink
👌 IMPROVE: Python functions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jul 28, 2018
1 parent 531cc05 commit 4b96f50
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,17 @@
"foreground": "#9EFFFF"
}
},
{
"name": "[PYTHON] - Functions",
"scope": [
"meta.function-call.python",
"meta.function-call.generic.python",
"support.function.builtin.python"
],
"settings": {
"foreground": "#FAD000"
}
},
{
"name": "[TYPESCRIPT] - Color for Entity Name Type",
"scope": "source.ts entity.name.type",
Expand Down Expand Up @@ -1008,7 +1019,8 @@
"markup.italic.markdown",
"text.jade entity.other.attribute-name.tag",
"keyword.control.from.js",
"entity.other.attribute-name.tag.pug"
"entity.other.attribute-name.tag.pug",
"keyword.control.flow.python"
],
"settings": {
"fontStyle": "italic"
Expand Down

0 comments on commit 4b96f50

Please sign in to comment.