From 864f968d05c3ba9bd0917cd257c046d19c6e3c58 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Thu, 31 May 2018 12:57:37 -0700 Subject: [PATCH] Add underline to links in markdown --- themes/nord.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/nord.json b/themes/nord.json index 6280485..b3c07e1 100644 --- a/themes/nord.json +++ b/themes/nord.json @@ -937,6 +937,13 @@ "fontStyle": "italic" } }, + { + "name": "[Markdown] Markup Link", + "scope": "text.html.markdown markup.underline.link", + "settings": { + "fontStyle": "underline" + } + }, { "name": "[Markdown] Markup List Numbered/Unnumbered", "scope": "text.html.markdown beginning.punctuation.definition.list",