<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/lua/treesitter_spec.lua, branch 20220114-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>tests: make treesitter its own category</title>
<updated>2021-01-03T13:47:29+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-01-03T13:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=adb01190c44b355da61469d39d0a51dbf84c4e3f'/>
<id>adb01190c44b355da61469d39d0a51dbf84c4e3f</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): add offset predicate for language injection</title>
<updated>2020-12-15T13:03:47+00:00</updated>
<author>
<name>Steven Sojka</name>
<email>Steven.Sojka@tdameritrade.com</email>
</author>
<published>2020-11-24T14:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=929f19414599cf61bfc7664798d170af613b510d'/>
<id>929f19414599cf61bfc7664798d170af613b510d</id>
<content type='text'>
refactor(treesitter): add directives to queries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor(treesitter): add directives to queries
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13450 from nvim-treesitter/fix-unknown-language-parser</title>
<updated>2020-12-10T10:12:39+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-12-10T10:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=99007bcc1254717bb7d3803bf4b892a6153bd091'/>
<id>99007bcc1254717bb7d3803bf4b892a6153bd091</id>
<content type='text'>
fix(treesitter): don't throw an error for missing injected langs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(treesitter): don't throw an error for missing injected langs</pre>
</div>
</content>
</entry>
<entry>
<title>fix(treesitter): don't throw an error for missing injected langs</title>
<updated>2020-12-04T22:56:29+00:00</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@gmail.com</email>
</author>
<published>2020-12-04T22:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e15c5f58df52ee05d042c4696c72c3fbb4457eee'/>
<id>e15c5f58df52ee05d042c4696c72c3fbb4457eee</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): incorrect method name call</title>
<updated>2020-12-04T22:15:47+00:00</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@gmail.com</email>
</author>
<published>2020-12-04T22:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2985c17867bec5dfdc77f1bae123b50cac533f1b'/>
<id>2985c17867bec5dfdc77f1bae123b50cac533f1b</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): allow ranges in set_included_ranges</title>
<updated>2020-11-23T14:09:32+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-11-10T14:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=52d76f0a3273ca8d7c6a50c6cf4e44cfde939f73'/>
<id>52d76f0a3273ca8d7c6a50c6cf4e44cfde939f73</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): add language tree</title>
<updated>2020-11-23T07:06:17+00:00</updated>
<author>
<name>Steven Sojka</name>
<email>Steven.Sojka@tdameritrade.com</email>
</author>
<published>2020-11-04T17:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1a631026a942b3311adec0bee6d9b0b932c5de31'/>
<id>1a631026a942b3311adec0bee6d9b0b932c5de31</id>
<content type='text'>
Implement the LanguageTree structure to enable language injection.

This is done be removing the old Parser metatable and replacing by the
new structure, with the same API (almost).

Some noticeable differences :
  - `parser:parse()` now returns a table of trees
  - There is no incremental parsing for child (injected) languages

Co-authored-by: Thomas Vigouroux &lt;tomvig38@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement the LanguageTree structure to enable language injection.

This is done be removing the old Parser metatable and replacing by the
new structure, with the same API (almost).

Some noticeable differences :
  - `parser:parse()` now returns a table of trees
  - There is no incremental parsing for child (injected) languages

Co-authored-by: Thomas Vigouroux &lt;tomvig38@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tree-sitter: ignore some tests on windows</title>
<updated>2020-11-03T09:39:36+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-11-03T09:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8e73cf67314095fe7240be5e57232ea3d20aac94'/>
<id>8e73cf67314095fe7240be5e57232ea3d20aac94</id>
<content type='text'>
Weirdl this test is failing, but can't reproduce locally, this is an
unnecessary blocker for this PR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Weirdl this test is failing, but can't reproduce locally, this is an
unnecessary blocker for this PR.
</pre>
</div>
</content>
</entry>
<entry>
<title>treesitter: add node:id()</title>
<updated>2020-11-01T13:59:17+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2020-10-30T09:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=03c478ae53c71d0693f1d72b0da9706569cb8fba'/>
<id>03c478ae53c71d0693f1d72b0da9706569cb8fba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12053 from tjdevries/tjdevries/nicer_validate</title>
<updated>2020-10-17T20:47:18+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2020-10-17T20:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ad5b34170920064a415cfcbb01960530ec5f615'/>
<id>0ad5b34170920064a415cfcbb01960530ec5f615</id>
<content type='text'>
vim.validate(): include stacktrace in message</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim.validate(): include stacktrace in message</pre>
</div>
</content>
</entry>
</feed>
