Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

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 1e06623 commit 7f7ef73
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 7f7ef73

Please sign in to comment.