Skip to content

Commit

Permalink
Don't color brackets in classes (PHP)
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed Dec 2, 2017
1 parent 15cc53b commit e3c1fe0
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
@@ -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 e3c1fe0

Please sign in to comment.