mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
refactor(api): use a keyset for highlight dicts
This commit is contained in:
@@ -78,5 +78,32 @@ return {
|
||||
option = {
|
||||
"scope";
|
||||
};
|
||||
highlight = {
|
||||
"bold";
|
||||
"standout";
|
||||
"underline";
|
||||
"undercurl";
|
||||
"italic";
|
||||
"reverse";
|
||||
"default";
|
||||
"global";
|
||||
"cterm";
|
||||
"foreground"; "fg";
|
||||
"background"; "bg";
|
||||
"ctermfg";
|
||||
"ctermbg";
|
||||
"special"; "sp";
|
||||
"link";
|
||||
"fallback";
|
||||
"temp";
|
||||
};
|
||||
highlight_cterm = {
|
||||
"bold";
|
||||
"standout";
|
||||
"underline";
|
||||
"undercurl";
|
||||
"italic";
|
||||
"reverse";
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user