feat: Make cmd
This commit is contained in:
parent
9d922f8de5
commit
07c399dbd8
7 changed files with 197 additions and 7 deletions
6
after/queries/markdown/highlights.scm
Normal file
6
after/queries/markdown/highlights.scm
Normal file
|
@ -0,0 +1,6 @@
|
|||
((atx_h1_marker) (#set! conceal "◉"))
|
||||
((atx_h2_marker) (#set! conceal " ○"))
|
||||
((atx_h3_marker) (#set! conceal " ✸"))
|
||||
((atx_h4_marker) (#set! conceal " ✿"))
|
||||
((atx_h5_marker) (#set! conceal " ●"))
|
||||
((atx_h6_marker) (#set! conceal " ◇"))
|
Loading…
Add table
Add a link
Reference in a new issue