Skip to content

Commit

Permalink
Add PHP styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pfist committed Jan 13, 2018
1 parent 3615926 commit 9f4b701
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
@import 'syntax/mustache.less';
@import 'syntax/objc.less';
@import 'syntax/perl.less';
@import 'syntax/php.less';
@import 'syntax/python.less';
@import 'syntax/ruby.less';
11 changes: 11 additions & 0 deletions styles/syntax/php.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SYNTAX: PHP //

.syntax--source.syntax--php {
.syntax--punctuation {
&.syntax--bracket,
&.syntax--terminator,
&.syntax--comma {
color: @mono-3;
}
}
}

0 comments on commit 9f4b701

Please sign in to comment.