Skip to content

Commit

Permalink
Semantic Highlight Improvement for Python wesbos#233
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitAkbari26 committed Aug 20, 2023
1 parent 31454fa commit 67c0e94
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions theme/cobalt2.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,16 +616,18 @@
{
"name": "[PYTHON] - Self Argument",
"scope": [
"variable.parameter.function.language.special.self.python",
"meta.function-call.generic.python"
"meta.function-call.generic.python",
],
"settings": {
"foreground": "#9effff"
}
},
{
"name": "[PYTHON] - Function Call Argument",
"scope": ["meta.function-call.arguments.python"],
"scope": [
"meta.function-call.arguments.python",
"variable.parameter.function.language.special.self.python"
],
"settings": {
"foreground": "#fb94ff"
}
Expand Down

0 comments on commit 67c0e94

Please sign in to comment.