PackageDev icon indicating copy to clipboard operation
PackageDev copied to clipboard

Invalid highlighting in sublime-theme syntax with null value

Open rchl opened this issue 3 years ago • 0 comments

  1. UI: Customize Theme
{
    "rules": [
        {
            "class": "text_output_control",
            "parents": [
                {"class": "panel_control output_panel"}
            ],
            "color_scheme_tint": null
        },
    ],
}

Screenshot 2022-03-15 at 10 51 42

rchl avatar Mar 15 '22 09:03 rchl