Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#10-ruby-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 339b064 + 7c0da53 commit 972b90c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ LESSCSS
/*+--- Languages ---+*/
@import "styles/languages/css";
@import "styles/languages/gfm";
@import "styles/languages/go";
@import "styles/languages/java";
@import "styles/languages/javascript";
@import "styles/languages/go";
@import "styles/languages/ruby";
31 changes: 31 additions & 0 deletions styles/languages/ruby.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language Ruby +
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-ruby (https://atom.io/packages/language-ruby)
[References]
Ruby
(https://www.ruby-lang.org)
*/
.source.ruby {
.constant.other.symbol > .punctuation {
color: @syntax-color-keyword;
}

.variable.other.constant {
color: @syntax-color-constant;
}

.punctuation.definition.variable {
color: @syntax-color-keyword;
}
}

0 comments on commit 972b90c

Please sign in to comment.