From f5a839d1e87fd1782849a98342fd6931c9066c9a Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Fri, 19 Jan 2024 17:56:58 -0800 Subject: [PATCH] fix(markdown): remove @none from code fences --- queries/markdown/highlights.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index 92c0e7486..423682496 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -98,8 +98,6 @@ ; @punctuation.special ; (#eq? @punctuation.special "-") ; (#set! conceal "—")) -(code_fence_content) @none - (thematic_break) @punctuation.special (task_list_marker_unchecked) @markup.list.unchecked