Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#19-csharp-language-support' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Sep 17, 2016
2 parents 479df6a + ae3f1e0 commit e532cf8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ LESSCSS
/*+--- Languages ---+*/
@import "styles/languages/c";
@import "styles/languages/coffeescript";
@import "styles/languages/cs";
@import "styles/languages/css";
@import "styles/languages/gfm";
@import "styles/languages/go";
Expand Down
29 changes: 29 additions & 0 deletions styles/languages/cs.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language C# +
project nord-atom-syntax +
version +
repository https://github.com/arcticicestudio/nord-atom-syntax +
author Arctic Ice Studio +
email development@arcticicestudio.com +
copyright Copyright (C) 2016 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Language Packages]
> language-csharp (https://atom.io/packages/language-csharp)
[References]
Microsoft .NET Framework
(https://www.microsoft.com/net)
*/
.source.cs {
.meta {
&.method.annotation {
color: @syntax-color-annotation;
}

&.namespace.body {
color: @syntax-color-class;
}
}
}

0 comments on commit e532cf8

Please sign in to comment.