Skip to content

Commit

Permalink
Imported Elixir syntax highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed May 7, 2017
1 parent 939fa65 commit 57d73db
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@import "styles/syntax/cpp.less";
@import "styles/syntax/cs.less";
@import "styles/syntax/css.less";
@import "styles/syntax/elixir.less";
@import "styles/syntax/gfm.less";
@import "styles/syntax/go.less";
@import "styles/syntax/ini.less";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "one-dark-syntax",
"theme": "syntax",
"version": "1.7.1",
"version": "1.8.0",
"description": "A dark syntax theme",
"keywords": [
"dark",
Expand Down
23 changes: 23 additions & 0 deletions styles/syntax/elixir.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.syntax--source.syntax--elixir {
.syntax--keyword.operator {
color: @hue-2;
}
.syntax--support.function.variable.quoted {
color: @hue-4;
}
.syntax--keyword.other.special-method {
color: @hue-5;
}
.syntax--punctuation.section.regexp,
.syntax--string.regexp {
color: @hue-5-2;
}
.syntax--punctuation.separator.object,
.syntax--entity.name.type.module {
color: @hue-6;
}
.syntax--constant.language,
.syntax--constant.numeric {
color: @hue-6-2;
}
}

0 comments on commit 57d73db

Please sign in to comment.