mehalter code
Projects
Global Views
Pull Requests
Issues
Builds
Packages
AstroNvim_user
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Iterations
Builds
Statistics
Code
Child Projects
Projects
AstroNvim_user
Commits
d2d6e1a7
ctrl
k
Sign In
fix(queries): remove markdown concealing
Browse Code
Micah Halter
committed
4 months ago
d2d6e1a7
1 parent
65ce2d0f
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
-
All occurrences
after/queries/markdown/highlights.scm
Please wait...
Page is in error, reload to recover