feat(api): add strikethrough, nocombine to set_hl

This commit is contained in:
Christian Clason
2022-02-12 11:25:01 +01:00
parent f6485e9446
commit cb18545253
3 changed files with 13 additions and 1 deletions

View File

@@ -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";
};
}