From 2db251e8efa16e4cb7574092686a941448252fa7 Mon Sep 17 00:00:00 2001 From: 4o1x5 <4o1x5@4o1x5.dev> Date: Sun, 19 Jan 2025 19:06:20 +0100 Subject: [PATCH] elixir: bit more support --- lua/shades_of_purple/shades_of_purple.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/shades_of_purple/shades_of_purple.lua b/lua/shades_of_purple/shades_of_purple.lua index cad3e28..b7863b7 100644 --- a/lua/shades_of_purple/shades_of_purple.lua +++ b/lua/shades_of_purple/shades_of_purple.lua @@ -154,6 +154,12 @@ local theme = lush(function(injected_functions) -- .env shVariable({ fg = colors.white }), shQuote({ fg = colors.gold }), + + -- Elixir + -- TODO make some keyword orange_peel instead of violet + sym("@keyword.elixir")({ fg = colors.violet }), + sym("@string.special.symbol.elixir")({ fg = colors.crayola }), + sym("@function.call.elixir")({ fg = colors.cyan }), } end)