From 01150f50e7e6a2a8f9211d47371fcb0327daa38a Mon Sep 17 00:00:00 2001 From: Gustaf Lindstedt Date: Mon, 14 Mar 2022 19:41:21 +0100 Subject: [PATCH] Highlight markdown `uri_autolink` as `@text.uri` --- queries/markdown/highlights.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index a9f268a86..3a88ecedd 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -32,7 +32,10 @@ (strong_emphasis) @text.strong -(link_destination) @text.uri +[ + (link_destination) + (uri_autolink) +] @text.uri [ (link_label)