diff options
author | Michael Davis | 2022-01-08 15:27:50 +0000 |
---|---|---|
committer | GitHub | 2022-01-08 15:27:50 +0000 |
commit | b799b0d50e7848cc084d913afbdc0fb3a25c1b97 (patch) | |
tree | 68540b152c17e5453313e9f7fc7bb6b47aa6e4a5 /runtime/queries/markdown | |
parent | 5e2269486598645a6e9511ea25f87b3609511d77 (diff) |
capture markdown link text as markup.link.text (#1456)
Diffstat (limited to 'runtime/queries/markdown')
-rw-r--r-- | runtime/queries/markdown/highlights.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/markdown/highlights.scm b/runtime/queries/markdown/highlights.scm index a0bd3462..f12254e9 100644 --- a/runtime/queries/markdown/highlights.scm +++ b/runtime/queries/markdown/highlights.scm @@ -22,6 +22,11 @@ (link_label) @markup.link.label [ + (link_text) + (image_description) +] @markup.link.text + +[ (list_marker_plus) (list_marker_minus) (list_marker_star) |