I have recently upgraded to ST 4, and I want to first thank the developers for the awesome changes and bug fixes.
When editing the color scheme, I added the option below. In ST 3, it turned the brackets both bold and underlined. However, in ST 4 the brackets are only bold. The same issue happens in safe mode. Was there a syntax change in color schemes?
{
"globals":
{
"brackets_options": "bold underline",
},
}