<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/markdown_inline, branch v0.8.3</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/markdown_inline?h=v0.8.3</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/markdown_inline?h=v0.8.3'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2023-02-05T16:29:45Z</updated>
<entry>
<title>feat(markdown): add latex injections</title>
<updated>2023-02-05T16:29:45Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-02-05T12:44:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=24d5be6e7192a855a0eba21829717614fa1cf54e'/>
<id>urn:sha1:24d5be6e7192a855a0eba21829717614fa1cf54e</id>
<content type='text'>
added in https://github.com/MDeiml/tree-sitter-markdown/pull/71
</content>
</entry>
<entry>
<title>markdown: add strikethrough and blockquote captures</title>
<updated>2023-01-14T10:52:25Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-13T17:34:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7e4a7c45082cf4fe5d42880827e2602cdaffc2f2'/>
<id>urn:sha1:7e4a7c45082cf4fe5d42880827e2602cdaffc2f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(markdown_inline): added ')' to links</title>
<updated>2023-01-04T11:17:33Z</updated>
<author>
<name>Josef Litoš</name>
<email>54900518+JosefLitos@users.noreply.github.com</email>
</author>
<published>2022-12-17T21:37:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=46cace42fa1a5954da9de7dded15137d3d247d4f'/>
<id>urn:sha1:46cace42fa1a5954da9de7dded15137d3d247d4f</id>
<content type='text'>
</content>
</entry>
<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>
