Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #42 from atom/sm-style-elixir-fun-vars
Browse files Browse the repository at this point in the history
Style Elixir function parameter variables
  • Loading branch information
simurai committed Dec 6, 2017
2 parents 81ce04a + 0c8ff73 commit b5419c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/syntax/elixir.less
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 b5419c7

Please sign in to comment.