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

Fix wrong curly bracket color (PHP) #104

Merged
merged 1 commit into from
Dec 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EOF newline missing here.

Copy link
Contributor Author

@simurai simurai Dec 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Thanks. Pushed straight to master. 🙈