Skip to content

Commit

Permalink
GHI-#31 Merge changes from 'feature/ghi-#33-elixir-language-support'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 24, 2017
1 parent bbb72bb commit 6171031
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ LESSCSS
@import "styles/languages/coffeescript";
@import "styles/languages/cs";
@import "styles/languages/css";
@import "styles/languages/elixir";
@import "styles/languages/gfm";
@import "styles/languages/glsl";
@import "styles/languages/go";
Expand Down
32 changes: 32 additions & 0 deletions styles/languages/elixir.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title Language Elixir +
project nord-atom-syntax +
repository https://github.com/arcticicestudio/nord-atom-syntax +
author Arctic Ice Studio +
email development@arcticicestudio.com +
copyright Copyright (C) 2016 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Language Packages]
> language-elixir (https://atom.io/packages/language-elixir)
[References]
Elixir
(http://elixir-lang.org)
*/
.syntax--source.syntax--elixir {
.syntax--variable.syntax--other.syntax--readwrite {
&.syntax--module {
color: @syntax-color-annotation;
}

&.syntax--constant {
color: @syntax-color-class;
}
}

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

0 comments on commit 6171031

Please sign in to comment.