Python imports and variables are underlined
Open
- 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.
\
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.