nvim-treesitter/queries/markdown_inline
Ben Weedon cea9c5941d Conceal reference and shortcut links in markdown
This change conceals `full_reference_link`, `collapsed_reference_link`,
and `shortcut_link` similarly to the `markdown_inline` query file
already conceals `inline_link` and `image`.

 ## Test markdown contents

```markdown
Some text before the link [full reference link text][link label] and now some
text after the link onto a new line.

Some text before the link [collapsed reference link text][] and now some text
after the link onto a new line.

Some text before the link [shortcut link text] and now some text after the link
onto a new line.
```

 ## Test markdown concealed screenshot

Closes #3267
2022-08-11 14:36:44 -07:00
..
highlights.scm Conceal reference and shortcut links in markdown 2022-08-11 14:36:44 -07:00
injections.scm feat(markdown)!: switch to split parser (#3048) 2022-06-26 18:02:29 +02:00