mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: conceal backslash escape
This commit is contained in:
parent
bc7e84b754
commit
a2ff4b42e1
1 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue