Skip to content

Commit

Permalink
Merge branch 'improvement/ghi-#38-csharp-grammar-overhaul-adaptation'…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
arcticicestudio committed Apr 1, 2017
2 parents 72449d3 + 951ecfe commit 0420c41
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions styles/languages/cs.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Microsoft .NET Framework
(https://www.microsoft.com/net)
*/
.syntax--source.syntax--cs {
.syntax--entity.syntax--name.syntax--interface.syntax--class {
font-weight: bold;
}

.syntax--meta {
&.syntax--method.syntax--annotation {
color: @syntax-color-annotation;
Expand All @@ -24,5 +28,20 @@ Microsoft .NET Framework
&.syntax--namespace.syntax--body {
color: @syntax-color-class;
}

&.syntax--directive.syntax--preprocessor {
color: @syntax-color-preprocessor;
}

.syntax--generic.syntax--method.syntax--identifier {
color: @syntax-color-punctuation;
}
}

.syntax--punctuation.syntax--section.syntax--class {
&.syntax--begin,
&.syntax--end {
color: @syntax-color-punctuation;
}
}
}

0 comments on commit 0420c41

Please sign in to comment.