ctrl k
  • after/queries/markdown/highlights.scm
    ■ ■ ■ ■ ■ ■
    1 1  ;; extends
    2 2  ((inline) @_inline (#match? @_inline "^\(import\|export\)")) @nospell
    3 3   
    4  -; checkboxes
    5  -((task_list_marker_unchecked) @markdown_check_undone (#set! conceal "󰄱"))
    6  -((task_list_marker_checked) @markdown_check_done (#set! conceal "󰄵"))
    7  - 
    8  -; box drawing characters for tables
    9  -(pipe_table_header ("|") @punctuation.special @conceal (#set! conceal "│"))
    10  -(pipe_table_delimiter_row ("|") @punctuation.special @conceal (#set! conceal "│"))
    11  -(pipe_table_delimiter_cell ("-") @punctuation.special @conceal (#set! conceal "─"))
    12  -(pipe_table_row ("|") @punctuation.special @conceal (#set! conceal "│"))
    13  - 
Please wait...
Page is in error, reload to recover