mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
Merge pull request #17589 from kchibisov/add-dashed-dotted-underline
Add support for double, dashed, and dotted underlines
This commit is contained in:
@@ -83,7 +83,10 @@ return {
|
||||
"standout";
|
||||
"strikethrough";
|
||||
"underline";
|
||||
"underlineline";
|
||||
"undercurl";
|
||||
"underdot";
|
||||
"underdash";
|
||||
"italic";
|
||||
"reverse";
|
||||
"nocombine";
|
||||
@@ -105,7 +108,10 @@ return {
|
||||
"standout";
|
||||
"strikethrough";
|
||||
"underline";
|
||||
"underlineline";
|
||||
"undercurl";
|
||||
"underdot";
|
||||
"underdash";
|
||||
"italic";
|
||||
"reverse";
|
||||
"nocombine";
|
||||
|
Reference in New Issue
Block a user