<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/queries/vim, branch rahm</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>fix(treesitter): update queries</title>
<updated>2024-11-22T08:39:45+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2024-11-19T08:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6e44a6a289c538c9e05a5114ddb7f91f581e8965'/>
<id>6e44a6a289c538c9e05a5114ddb7f91f581e8965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): update queries</title>
<updated>2024-05-05T21:22:11+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2024-05-05T10:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3d4eb9d544cbbe39544586890b5de83a48de3680'/>
<id>3d4eb9d544cbbe39544586890b5de83a48de3680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): update parsers and queries</title>
<updated>2024-04-05T16:36:17+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2024-04-05T16:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=39a0e6bf3c04f26cc2a43993fd63d94039b7262d'/>
<id>39a0e6bf3c04f26cc2a43993fd63d94039b7262d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): update Vim parser and queries to v0.4.0</title>
<updated>2024-03-19T08:41:16+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2024-03-17T12:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=20dcbaaaf8801163aca8592866086b552bc93f29'/>
<id>20dcbaaaf8801163aca8592866086b552bc93f29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter)!: new standard capture names</title>
<updated>2024-01-21T09:41:18+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2024-01-17T15:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f5dc45310941dff6efc02d955fc0c110190e9b85'/>
<id>f5dc45310941dff6efc02d955fc0c110190e9b85</id>
<content type='text'>
Problem: Sharing queries with upstream and Helix is difficult due to
different capture names.

Solution: Define and document a new set of standard captures that
matches tree-sitter "standard captures" (where defined) and is closer to
Helix' Atom-style nested groups.

This is a breaking change for colorschemes that defined highlights based
on the old captures. On the other hand, the default colorscheme now
defines links for all standard captures (not just those used in bundled
queries), improving the out-of-the-box experience.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: Sharing queries with upstream and Helix is difficult due to
different capture names.

Solution: Define and document a new set of standard captures that
matches tree-sitter "standard captures" (where defined) and is closer to
Helix' Atom-style nested groups.

This is a breaking change for colorschemes that defined highlights based
on the old captures. On the other hand, the default colorscheme now
defines links for all standard captures (not just those used in bundled
queries), improving the out-of-the-box experience.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): update vimdoc and vimscript queries</title>
<updated>2023-05-15T12:13:31+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-05-13T10:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c97de026e357dec0bed034af3b54abf10966200b'/>
<id>c97de026e357dec0bed034af3b54abf10966200b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): update queries from nvim-treesitter</title>
<updated>2023-04-01T10:19:15+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-03-31T14:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2a298f2e48eb081f2e3b58068af589b82fe76a18'/>
<id>2a298f2e48eb081f2e3b58068af589b82fe76a18</id>
<content type='text'>
remove self-injection for C preprocessor macros (can be very slow)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove self-injection for C preprocessor macros (can be very slow)
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): use upstream format for injection queries</title>
<updated>2023-03-08T11:03:11+00:00</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2023-03-08T11:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ddd257f75301a50c177fc24a693d39a45b47a689'/>
<id>ddd257f75301a50c177fc24a693d39a45b47a689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): bundle query parser and queries (#22483)</title>
<updated>2023-03-03T13:27:30+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-03-03T13:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=98e051783c26239a47c5cd643e9aea7146b097bd'/>
<id>98e051783c26239a47c5cd643e9aea7146b097bd</id>
<content type='text'>
skip injections for now</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
skip injections for now</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): upstream foldexpr from nvim-treesitter</title>
<updated>2023-02-23T17:05:20+00:00</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2023-02-23T17:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1df3f5ec6aca24cbe7b78ead5c37ad06a65c84e8'/>
<id>1df3f5ec6aca24cbe7b78ead5c37ad06a65c84e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
