mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
feat(api): add strikethrough, nocombine to set_hl
This commit is contained in:
@@ -81,10 +81,12 @@ return {
|
||||
highlight = {
|
||||
"bold";
|
||||
"standout";
|
||||
"strikethrough";
|
||||
"underline";
|
||||
"undercurl";
|
||||
"italic";
|
||||
"reverse";
|
||||
"nocombine";
|
||||
"default";
|
||||
"global";
|
||||
"cterm";
|
||||
@@ -100,10 +102,12 @@ return {
|
||||
highlight_cterm = {
|
||||
"bold";
|
||||
"standout";
|
||||
"strikethrough";
|
||||
"underline";
|
||||
"undercurl";
|
||||
"italic";
|
||||
"reverse";
|
||||
"nocombine";
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user