added yaml block key
This commit is contained in:
parent
3b9c9da3a0
commit
1244dc66f5
1 changed files with 2 additions and 1 deletions
|
@ -124,8 +124,9 @@ local theme = lush(function()
|
||||||
GitSignsChange { bg = SignColumn.bg, fg = Keyword.fg },
|
GitSignsChange { bg = SignColumn.bg, fg = Keyword.fg },
|
||||||
GitSignsDelete { bg = SignColumn.bg, fg = Constant.fg },
|
GitSignsDelete { bg = SignColumn.bg, fg = Constant.fg },
|
||||||
|
|
||||||
-- ftype specific stuff
|
-- language specific stuff
|
||||||
csGeneric { Function },
|
csGeneric { Function },
|
||||||
|
yamlBlockMappingKey { Function },
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Reference in a new issue