From 1244dc66f55fa508820e32433711d560a1c42430 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Wed, 1 Sep 2021 10:56:34 -0500 Subject: [PATCH] added yaml block key --- lua/lush_theme/wormbait.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/lush_theme/wormbait.lua b/lua/lush_theme/wormbait.lua index 91216b1..aef9fa8 100644 --- a/lua/lush_theme/wormbait.lua +++ b/lua/lush_theme/wormbait.lua @@ -124,8 +124,9 @@ local theme = lush(function() GitSignsChange { bg = SignColumn.bg, fg = Keyword.fg }, GitSignsDelete { bg = SignColumn.bg, fg = Constant.fg }, - -- ftype specific stuff + -- language specific stuff csGeneric { Function }, + yamlBlockMappingKey { Function }, } end)