SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

selection_foreground global key not highlighted #246

Closed jrappen closed 5 years ago

jrappen commented 5 years ago

The key selection_foreground is not highlighted correctly for Color Schemes:

{
    // name
    // variables
    "globals":
    {
        "selection_foreground": "#ffffff"
    }
    // rules
}

Compare the selection section on https://www.sublimetext.com/docs/3/color_schemes.html.