We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dcfe5 commit c39d562Copy full SHA for c39d562
queries/org/markup.scm
@@ -4,12 +4,6 @@
4
(expr "_" @underline)
5
(expr "=" @verbatim)
6
(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)
13
(expr "[" @footnote.start "str" @_fn ":" (#eq? @_fn "fn"))
14
(expr "]" @footnote.end)
15
(expr "\\" "str" @latex.plain)
0 commit comments