<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/markdown_inline, branch v0.8.1</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/markdown_inline?h=v0.8.1</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/markdown_inline?h=v0.8.1'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2022-08-11T21:36:44Z</updated>
<entry>
<title>Conceal reference and shortcut links in markdown</title>
<updated>2022-08-11T21:36:44Z</updated>
<author>
<name>Ben Weedon</name>
<email>ben@weedon.email</email>
</author>
<published>2022-08-10T05:24:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cea9c5941d5ccb9e937c2d4d49690d9c3ab09f74'/>
<id>urn:sha1:cea9c5941d5ccb9e937c2d4d49690d9c3ab09f74</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>feat(markdown)!: switch to split parser (#3048)</title>
<updated>2022-06-26T16:02:29Z</updated>
<author>
<name>Matthias Deiml</name>
<email>matthias@deiml.net</email>
</author>
<published>2022-06-26T16:02:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=002084b1bea4311fdac184f080206bf890937d80'/>
<id>urn:sha1:002084b1bea4311fdac184f080206bf890937d80</id>
<content type='text'>
* switch to split markdown parser with separate block and inline parsers to improve performance
* add exclude_children! directive (useful for something like Injected markdown incorrectly highlights indented docstrings #2212)
* split markdown queries into block and inline ones and add the injection for inline into block grammar
* add include_dir option to parser configs (needed because the two grammars don't live in the repos root directory)

BREAKING CHANGE: downstream queries need to be adapted to new parser</content>
</entry>
</feed>
