From 73bafb3d498a3d4d74afc29b9399ebe0d8998222 Mon Sep 17 00:00:00 2001 From: Ron Green Date: Thu, 28 Sep 2017 12:29:57 -0500 Subject: [PATCH] Style newly captured Elixir function parameter variables --- styles/syntax/elixir.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/syntax/elixir.less b/styles/syntax/elixir.less index ca125c8..e5595af 100644 --- a/styles/syntax/elixir.less +++ b/styles/syntax/elixir.less @@ -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; }