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. <img width="263" alt="Screenshot 2023-08-03 at 12 59 40" src="https://github.com/dracula/sublime/assets/558554/12276405-7663-4948-aaa2-c9d42c02ac1b"> \ The following rules fix the issue: ``` "rules": [{ "scope": "meta.path", "font_style": "", "foreground": "#F8F8F0" }] ```