Skip to content

Commit 840b36c

Browse files
Merge pull request #113 from arcticicestudio/improvement/gh-108-invalid-highlight-python-function-arguments
Improve function parameter highlighting in Python
2 parents 7d9547e + 4ab92ff commit 840b36c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/nord.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@
10311031
},
10321032
{
10331033
"name": "[Python] Function Call",
1034-
"scope": ["source.python meta.function-call", "source.python meta.function-call.generic"],
1034+
"scope": "source.python meta.function-call.generic",
10351035
"settings": {
10361036
"foreground": "#88C0D0"
10371037
}

0 commit comments

Comments
 (0)