From a2ff4b42e1d446738bf260b245208005fb555d6d Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 29 Oct 2022 16:11:44 +0200 Subject: feat: conceal backslash escape --- queries/markdown/highlights.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index 70c35b395..81cb5a5b1 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -20,11 +20,10 @@ ] @text.literal (pipe_table_header (pipe_table_cell) @text.title) -[ - (pipe_table_row) - (pipe_table_delimiter_row) - (pipe_table_header) -] "|" @punctuation.special + +(pipe_table_header "|" @punctuation.special) +(pipe_table_row "|" @punctuation.special) +(pipe_table_delimiter_row "|" @punctuation.special) (pipe_table_delimiter_cell) @punctuation.special [ -- cgit v1.2.3-70-g09d2