dracula / dracula/visual-studio-code
some function calls in python not getting colored properly
Open
- 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
Assessment
This issue has not been assessed yet.