1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Highlight a bunch of operators and statements.

This commit is contained in:
Rob Rix 2015-11-03 14:40:37 -05:00
parent fbeee38bd4
commit 9b78911a04

View File

@ -63,6 +63,17 @@
.diff .category-comment {
color: #969896;
}
.diff .category-bool_op,
.diff .category-type_op,
.diff .category-var_declaration,
.diff .category-if_statement,
.diff .category-do_statement,
.diff .category-for_statement,
.diff .category-return_statement,
.diff .category-function {
color: #a71d5d;
}
</style>
<script type="text/javascript" src="dictionary.js"></script>
<script type="text/javascript" src="diff.js"></script>