Closed umpirsky closed 6 years ago
Brackets are still yellow in Atom 1.21.1
This is the default syntax for Atom editor, right?
Still yellow in 1.22.1
This is the default syntax for Atom editor, right?
I believe so, yes.
Should be fixed part of Atom 1.24
. In the meantime you can add the following to your styles.less file:
// Fix curly brackets in classes (PHP)
.syntax--class.syntax--bracket.syntax--php {
color: #abb2bf;
}
Description
Open
{
is yellow for class, but gray for methods.Steps to Reproduce
This started happening when I upgraded to
1.21
.Expected behavior: Both brackets to be of same color.
Actual behavior: See description.
Reproduces how often: Always.
See https://github.com/atom/atom/issues/15624 for more details.
Versions