Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#33-elixir-language-support' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 15, 2017
2 parents 57eec9e + 3a727ca commit b141369
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 [email protected] +
copyright Copyright (C) 2016 +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[Language Packages]
> language-elixir (https://atom.io/packages/language-elixir)
[References]
Elixir
(http://elixir-lang.org)
*/
.source.elixir {
.variable.other.readwrite {
&.module {
color: @syntax-color-annotation;
}

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

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

0 comments on commit b141369

Please sign in to comment.