<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/treesitter, branch mix</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): do not link @error by default</title>
<updated>2022-09-06T05:57:46+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-09-04T15:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=97f38f0a9bbae4969f672746a62caa6cba136b45'/>
<id>97f38f0a9bbae4969f672746a62caa6cba136b45</id>
<content type='text'>
The @error capture is used for tree-sitter's ERROR node, which indicates
a parsing error -- which can be quite frequent (and jarring) while typing.

Users can still manually `hi link @error Error` in their config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The @error capture is used for tree-sitter's ERROR node, which indicates
a parsing error -- which can be quite frequent (and jarring) while typing.

Users can still manually `hi link @error Error` in their config.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): add injections</title>
<updated>2022-09-06T05:57:46+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-09-04T14:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=64cc78c9f39b3066b74f01ec7e3f50fd316416e4'/>
<id>64cc78c9f39b3066b74f01ec7e3f50fd316416e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci(tests): don't skip parsers on functionaltest</title>
<updated>2022-09-06T05:57:46+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-09-04T14:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6254b0fd3bc725705020192dc9e35635136b9929'/>
<id>6254b0fd3bc725705020192dc9e35635136b9929</id>
<content type='text'>
Treesitter parsers are now a mandatory part of the installation and
should be tested on all platforms. Remove `pending_c_parser` helper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Treesitter parsers are now a mandatory part of the installation and
should be tested on all platforms. Remove `pending_c_parser` helper.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): make it get_captures_at_position</title>
<updated>2022-08-26T11:57:31+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-08-25T19:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b04ef7f6b966c44b12dbc65b17a761ae9313d6c4'/>
<id>b04ef7f6b966c44b12dbc65b17a761ae9313d6c4</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)!: use @foo.bar style highlight groups</title>
<updated>2022-08-26T11:57:31+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-08-24T21:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=030b422d1e9517ed1b1c70fd8002b74881c80650'/>
<id>030b422d1e9517ed1b1c70fd8002b74881c80650</id>
<content type='text'>
This removes the support for defining links via
vim.treesitter.highlighter.hl_map (never documented, but plugins did
anyway), or the uppercase-only `@FooGroup.Bar` to `FooGroup` rule.

The fallback is now strictly `@foo.bar.lang` to `@foo.bar` to `@foo`,
and casing is irrelevant (as it already was outside of treesitter)

For compatibility, define default links to builting syntax groups
as defined by pre-existing color schemes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the support for defining links via
vim.treesitter.highlighter.hl_map (never documented, but plugins did
anyway), or the uppercase-only `@FooGroup.Bar` to `FooGroup` rule.

The fallback is now strictly `@foo.bar.lang` to `@foo.bar` to `@foo`,
and casing is irrelevant (as it already was outside of treesitter)

For compatibility, define default links to builting syntax groups
as defined by pre-existing color schemes
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(tests): use pending_c_parser when needed</title>
<updated>2022-08-25T18:49:27+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2022-08-25T18:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=73ee2b35d1fc738be9bd4b99f49ce8f84351fbe6'/>
<id>73ee2b35d1fc738be9bd4b99f49ce8f84351fbe6</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): upstream node_length() as a node method</title>
<updated>2022-08-25T16:01:14+00:00</updated>
<author>
<name>Quentin Rasmont</name>
<email>qrasmont@gmail.com</email>
</author>
<published>2022-05-01T19:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f57341a4b69398ff0c58686e66c2f4138be164aa'/>
<id>f57341a4b69398ff0c58686e66c2f4138be164aa</id>
<content type='text'>
Util from the nvim-treesitter project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Util from the nvim-treesitter project.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): upstream get_root_for_node() as a node method</title>
<updated>2022-08-25T16:01:14+00:00</updated>
<author>
<name>Quentin Rasmont</name>
<email>qrasmont@gmail.com</email>
</author>
<published>2022-05-01T09:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=baba43681e792db30318bdedc3e73e4fe12482a6'/>
<id>baba43681e792db30318bdedc3e73e4fe12482a6</id>
<content type='text'>
Util from the nvim-treesitter project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Util from the nvim-treesitter project.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): upstream get_named_children() as a node method</title>
<updated>2022-08-25T16:01:14+00:00</updated>
<author>
<name>Quentin Rasmont</name>
<email>qrasmont@gmail.com</email>
</author>
<published>2022-04-30T18:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a577fb778addb6eb305ade82a229b52673ced234'/>
<id>a577fb778addb6eb305ade82a229b52673ced234</id>
<content type='text'>
Util from the nvim-treesitter project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Util from the nvim-treesitter project.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(treesitter): add ability to retreive a tree/node given a range</title>
<updated>2022-08-25T16:01:14+00:00</updated>
<author>
<name>Quentin Rasmont</name>
<email>qrasmont@gmail.com</email>
</author>
<published>2022-04-30T08:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6b2d42eb0352d01923e4bf2e3ce0824c662b7be4'/>
<id>6b2d42eb0352d01923e4bf2e3ce0824c662b7be4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
