diff options
| -rw-r--r-- | queries/markdown/highlights.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index 70c35b39..81cb5a5b 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 [ |
