Skip to content

Commit

Permalink
Merge pull request atom#78 from atom/sm-cpp-operator
Browse files Browse the repository at this point in the history
Highlight operators in C++
  • Loading branch information
simurai authored Sep 30, 2016
2 parents 7197fc9 + 42ebcba commit bc4d615
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 @@ -7,6 +7,7 @@
@import 'language';

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

0 comments on commit bc4d615

Please sign in to comment.