SublimeText / PackageDev

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

"gutter_foreground_highlight" value is not highlighted #338

Closed AmjadHD closed 3 years ago

AmjadHD commented 3 years ago

image ST3 PD: 3.2.18

UltraInstinct05 commented 3 years ago

This is already fixed by this commit https://github.com/SublimeText/PackageDev/pull/331/commits/a42f070526237fab05fa74208d760a7605b5d5f3 (so may need to just cherry pick this commit to the ST3 branch) image

Though note that gutter_foreground_highlight is ST 4050+ only (https://www.sublimetext.com/docs/color_schemes.html#global_settings-gutter:ver-dev) so it could be highlighted but it won't work in ST3

FichteFoll commented 3 years ago

Oh, I missed that this was for the ST3 branch. Since gutter_foreground_highlight is ST4-only, I'm not going to backport it.