From f7edd3f5f636dceebc874a59bdcf9de6a41dbc68 Mon Sep 17 00:00:00 2001 From: Jannik Buhr <17450586+jmbuhr@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:04:00 +0200 Subject: fix(markdown): conceal nbsp entity as space (#6778) --- queries/markdown_inline/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/markdown_inline/highlights.scm b/queries/markdown_inline/highlights.scm index 0afb0d983..10bb5b060 100644 --- a/queries/markdown_inline/highlights.scm +++ b/queries/markdown_inline/highlights.scm @@ -93,7 +93,7 @@ ; Replace common HTML entities. ((entity_reference) @character.special (#eq? @character.special " ") - (#set! conceal "")) + (#set! conceal " ")) ((entity_reference) @character.special (#eq? @character.special "<") -- cgit v1.2.3-70-g09d2