Skip to content

Commit

Permalink
Merge pull request atom#104 from atom/sm-php-brackets-in-classes
Browse files Browse the repository at this point in the history
Fix wrong curly bracket color (PHP)
  • Loading branch information
simurai authored Dec 2, 2017
2 parents 15cc53b + e3c1fe0 commit ff996d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
@import "styles/syntax/javascript.less";
@import "styles/syntax/json.less";
@import "styles/syntax/ruby.less";
@import "styles/syntax/php.less";
@import "styles/syntax/python.less";
5 changes: 5 additions & 0 deletions styles/syntax/php.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.syntax--source.syntax--php {
.syntax--class.syntax--bracket {
color: @mono-1;
}
}

0 comments on commit ff996d3

Please sign in to comment.