Skip to content

Commit

Permalink
Merge pull request atom#102 from rgreenjr/style-elixir-fun-vars
Browse files Browse the repository at this point in the history
Style Elixir function parameter variables
  • Loading branch information
simurai authored Dec 6, 2017
2 parents 1cc5a5c + 73bafb3 commit f65fb8f
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 f65fb8f

Please sign in to comment.