Skip to content

Commit c39d562

Browse files
chore: remove unused markup captures
1 parent b6dcfe5 commit c39d562

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

queries/org/markup.scm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
(expr "_" @underline)
55
(expr "=" @verbatim)
66
(expr "+" @strikethrough)
7-
(expr "[" @link.start)
8-
(expr "]" @link.end)
9-
(expr "[" @date_inactive.start "num" "-" "num" "-" "num")
10-
(expr "]" @date_inactive.end)
11-
(expr "<" @date_active.start "num" "-" "num" "-" "num")
12-
(expr ">" @date_active.end)
137
(expr "[" @footnote.start "str" @_fn ":" (#eq? @_fn "fn"))
148
(expr "]" @footnote.end)
159
(expr "\\" "str" @latex.plain)

0 commit comments

Comments
 (0)