From f11daeadf568ab80080ec5ca88db736e1840e279 Mon Sep 17 00:00:00 2001 From: "Marc G." Date: Fri, 18 Oct 2013 15:38:42 +0200 Subject: [PATCH] Missing values for @text.decoration --- hssdoc/@text/property-decoration.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/hssdoc/@text/property-decoration.json b/hssdoc/@text/property-decoration.json index 8518a6b..8bd43c9 100644 --- a/hssdoc/@text/property-decoration.json +++ b/hssdoc/@text/property-decoration.json @@ -9,6 +9,18 @@ }, { "value": "@line" - } + }, + { + "value": "strike", + "link_to": "@line[strike]" + }, + { + "value": "underline", + "link_to": "@line[underline]" + }, + { + "value": "overline", + "link_to": "@line[overline]" + } ] }