Skip to content

Commit

Permalink
Style newly captured Elixir function parameter variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rgreenjr committed Sep 28, 2017
1 parent 15cc53b commit 73bafb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/syntax/elixir.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
.syntax--variable.syntax--anonymous{
color: @hue-3;
}
.syntax--parameter.syntax--variable.syntax--function {
color: @hue-6;
font-style: italic;
}
.syntax--quoted{
color: @hue-4;
}
Expand Down

0 comments on commit 73bafb3

Please sign in to comment.