diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-07-22 19:57:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 19:57:58 +0200 |
commit | ad95b369856969ccb05b3f92b24d7262b4de3d71 (patch) | |
tree | 396e50f5f056362473fd592607786c7f31e9832e /runtime/queries | |
parent | d2efcbf2dca6c2899ba0a1be7fc10dbf3f112d26 (diff) | |
download | rneovim-ad95b369856969ccb05b3f92b24d7262b4de3d71.tar.gz rneovim-ad95b369856969ccb05b3f92b24d7262b4de3d71.tar.bz2 rneovim-ad95b369856969ccb05b3f92b24d7262b4de3d71.zip |
fix(treesitter): update markdown parser and queries (#24429)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/markdown_inline/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/markdown_inline/highlights.scm b/runtime/queries/markdown_inline/highlights.scm index a70e34bb87..cd5da530d7 100644 --- a/runtime/queries/markdown_inline/highlights.scm +++ b/runtime/queries/markdown_inline/highlights.scm @@ -20,6 +20,8 @@ (uri_autolink) ] @text.uri @nospell +(shortcut_link (link_text) @nospell) + [ (link_label) (link_text) |