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

Commit

Permalink
Merge pull request #22 from atom/sm-c-operator
Browse files Browse the repository at this point in the history
Add color for operators in C
  • Loading branch information
simurai authored Sep 15, 2016
2 parents ae3d497 + 2c4e416 commit 70f8907
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 @@ -6,6 +6,7 @@
@import 'editor';
@import 'language';

@import 'languages/c';
@import 'languages/cs';
@import 'languages/css';
@import 'languages/gfm';
Expand Down
5 changes: 5 additions & 0 deletions styles/languages/c.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.source.c {
.keyword.operator {
color: @hue-3;
}
}

0 comments on commit 70f8907

Please sign in to comment.