summaryrefslogtreecommitdiff
path: root/src/json_ui.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-14 21:06:14 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-14 21:06:14 +1000
commita0a000951e5569fc9af309dc329b759fe6e1d2e8 (patch)
tree1aac458e9c0dddfa8210d173c26edc1ba82b5d69 /src/json_ui.cc
parentc8f8548130d07c210d4fec0188f52633858ed228 (diff)
parent2ab35fbb23baad69792d4cf45a3af83e2227c5af (diff)
Merge remote-tracking branch 'arrufat/support-double-underline'
Diffstat (limited to 'src/json_ui.cc')
-rw-r--r--src/json_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json_ui.cc b/src/json_ui.cc
index 1efbf2a5..9d694c56 100644
--- a/src/json_ui.cc
+++ b/src/json_ui.cc
@@ -40,6 +40,7 @@ String to_json(Attribute attributes)
attrs[] {
{ Attribute::Underline, "underline" },
{ Attribute::CurlyUnderline, "curly_underline" },
+ { Attribute::DoubleUnderline, "double_underline" },
{ Attribute::Reverse, "reverse" },
{ Attribute::Blink, "blink" },
{ Attribute::Bold, "bold" },