dracula / dracula/sublime

Python imports and variables are underlined

Open
#32 10 comments 15 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
102
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Hello,

It seems to be an issue with the new Sublime Text build (4152). Imports and variables are underlined when the syntax is set to python.

Screenshot 2023-08-03 at 12 59 40

\
The following rules fix the issue:

```
"rules": [{
"scope": "meta.path",
"font_style": "",
"foreground": "#F8F8F0"
}]
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.