elixir: bit more support

This commit is contained in:
Barna Máté 2025-01-19 19:06:20 +01:00
parent bf962ffd82
commit 2db251e8ef

View file

@ -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)