dracula / dracula/visual-studio-code

some function calls in python not getting colored properly

Open
#272 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
880
Forks
223
Avg merge
1d 8h
Merged PRs (30d)
1

Description

I noticed a function cal i add not getting colored properly when inspecting these are the scopes I had to add to `"name": "Function names",` to fix it

```json
"meta.function-call.generic.python",
"meta.function-call.python"
```

my use was as follows

```python
def function
for
for
if column_count != 3:
base_type = find_normal_base_type(item_type)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.