added yaml block key

This commit is contained in:
Rudis Muiznieks 2021-09-01 10:56:34 -05:00
parent 3b9c9da3a0
commit 1244dc66f5
1 changed files with 2 additions and 1 deletions

View File

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