<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/.github/workflows, branch v0.8.4</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/.github/workflows?h=v0.8.4</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/.github/workflows?h=v0.8.4'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2023-02-16T09:48:37Z</updated>
<entry>
<title>prettier formatting yml and md</title>
<updated>2023-02-16T09:48:37Z</updated>
<author>
<name>Kiyoon Kim</name>
<email>yoonkr33@gmail.com</email>
</author>
<published>2023-02-15T14:56:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=80e41f22ceaa088df6d93a0026d1e7783bc6079e'/>
<id>urn:sha1:80e41f22ceaa088df6d93a0026d1e7783bc6079e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add treesitter CLI in CI with Windows and mac</title>
<updated>2023-02-15T11:23:38Z</updated>
<author>
<name>Kiyoon Kim</name>
<email>yoonkr33@gmail.com</email>
</author>
<published>2023-02-14T17:16:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b44871afb59e456bbff4113e416405c06c991cf5'/>
<id>urn:sha1:b44871afb59e456bbff4113e416405c06c991cf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: fix readme workflow</title>
<updated>2023-01-21T19:39:10Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-01-21T19:32:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e6eaefe44916028de229bfb72e6cfec85d0d3753'/>
<id>urn:sha1:e6eaefe44916028de229bfb72e6cfec85d0d3753</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: stop running update-lockfile after every commit</title>
<updated>2023-01-14T12:54:55Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-01-14T11:31:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d18851653e6edaeb6c0b381abf8def1305337942'/>
<id>urn:sha1:d18851653e6edaeb6c0b381abf8def1305337942</id>
<content type='text'>
This is wasteful and noisy for unrelated commits, while the intended use
(making sure that new parsers have a lockfile entry) can be covered by
either making sure this is part of the initial PR (ideally) or running
the action manually.
</content>
</entry>
<entry>
<title>ci: fix file name for cache calculation</title>
<updated>2023-01-07T23:33:13Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-12-29T20:53:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3e316204f8ec8450bbaace69d0bf8fe332633fec'/>
<id>urn:sha1:3e316204f8ec8450bbaace69d0bf8fe332633fec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: properly fix lockfile action</title>
<updated>2023-01-04T16:35:52Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-01-04T16:25:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b1569394614804aaad4e994731161f253ff61bcc'/>
<id>urn:sha1:b1569394614804aaad4e994731161f253ff61bcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: trim final `"]` when parsers get added in update-lockfile.yml</title>
<updated>2023-01-03T10:56:53Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-12-31T14:36:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ac9b33d5bde6d266ad4020f8a9e9b5e2a5310a3b'/>
<id>urn:sha1:ac9b33d5bde6d266ad4020f8a9e9b5e2a5310a3b</id>
<content type='text'>
See https://github.com/nvim-treesitter/nvim-treesitter/pull/4066

The diff will look different when a whole parser gets added:
```
@ ["gleam","revision"]
- "cfcbca3f8f734773878e00d7bfcedea98eb10be2"
+ "3eb2e1783f3bf6f85c16cdd150e2f256b2f6844e"
@ ["nix","revision"]
- "6b71a810c0acd49b980c50fc79092561f7cee307"
+ "1b69cf1fa92366eefbe6863c184e5d2ece5f187d"
@ ["wgsl_bevy"]
+ {"revision":"c81dc770310795caea5e00996505deba024ec698"}
```

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;
</content>
</entry>
<entry>
<title>ci: allow negative assertions in tests</title>
<updated>2023-01-01T14:32:07Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2023-01-01T14:15:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c'/>
<id>urn:sha1:ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use builtin jq instead of downloading it</title>
<updated>2022-12-21T16:11:59Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-12-21T13:15:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e8b765bee1f760b0153fb4edf2391ff5d7a85475'/>
<id>urn:sha1:e8b765bee1f760b0153fb4edf2391ff5d7a85475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: bump stylua action to v2</title>
<updated>2022-12-17T17:55:50Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-12-17T12:08:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=225846c5e8a30f70c930535946decf6ef648cc72'/>
<id>urn:sha1:225846c5e8a30f70c930535946decf6ef648cc72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: bump action versions</title>
<updated>2022-12-17T11:57:24Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-12-17T10:52:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f2a5524add2b79cc656956a44b8a00e1ce6742e7'/>
<id>urn:sha1:f2a5524add2b79cc656956a44b8a00e1ce6742e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Add name of updated parsers to commit message</title>
<updated>2022-12-15T09:03:04Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-12-14T21:56:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=818fb3b96b875e46417bb8f9bb412450f2617b66'/>
<id>urn:sha1:818fb3b96b875e46417bb8f9bb412450f2617b66</id>
<content type='text'>
Fixes #3962
</content>
</entry>
<entry>
<title>ci: install libfuse2</title>
<updated>2022-12-02T18:52:19Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-12-02T18:49:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cc28f563982bc916042c6c116bc32fe2b87ae016'/>
<id>urn:sha1:cc28f563982bc916042c6c116bc32fe2b87ae016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci(lint): update stylua-actions</title>
<updated>2022-09-23T07:14:05Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-09-23T07:11:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a52cbe095188e680de8e63f3761dbddddc729155'/>
<id>urn:sha1:a52cbe095188e680de8e63f3761dbddddc729155</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: add workflow_dispatch</title>
<updated>2022-08-22T22:52:35Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-08-21T11:15:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a2ee5610ae5986797809358c9ace840eca6fd030'/>
<id>urn:sha1:a2ee5610ae5986797809358c9ace840eca6fd030</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parsers(dart): unlock dart parser</title>
<updated>2022-08-02T19:52:37Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-01T23:13:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ec98bcc216f563e063a463081853b3e886414a99'/>
<id>urn:sha1:ec98bcc216f563e063a463081853b3e886414a99</id>
<content type='text'>
Segfault seems to be fixed in
https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491

After 30min of fuzzing no Segfault found so far.
</content>
</entry>
<entry>
<title>Add dart to skip lockfile update list</title>
<updated>2022-07-13T09:29:58Z</updated>
<author>
<name>Breno Reis</name>
<email>breno.dk@gmail.com</email>
</author>
<published>2022-07-12T19:33:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=91725df58155d47c5b65cd4847d0ccac86d39cac'/>
<id>urn:sha1:91725df58155d47c5b65cd4847d0ccac86d39cac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Add rnoweb to ALLOWED_INSTALLATION_FAILURES</title>
<updated>2022-06-19T19:45:19Z</updated>
<author>
<name>Brian Albert Monroe</name>
<email>brianalbertmonroe@gmail.com</email>
</author>
<published>2022-05-23T15:19:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e68ea36745eaf56706cf7f1afbedc6ad8b674ff5'/>
<id>urn:sha1:e68ea36745eaf56706cf7f1afbedc6ad8b674ff5</id>
<content type='text'>
As per the request from @theHamsta in #2934
</content>
</entry>
<entry>
<title>ci: bump treesitter to 0.20.6</title>
<updated>2022-04-16T08:43:46Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-04-16T08:40:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8a1acc00d2a768985a79358d1a6caa9f08a0eeea'/>
<id>urn:sha1:8a1acc00d2a768985a79358d1a6caa9f08a0eeea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: remove all swift skips</title>
<updated>2022-04-16T08:36:52Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-04-16T08:25:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=02818f8a4c5c9da22507a49def6f0441808ad9a5'/>
<id>urn:sha1:02818f8a4c5c9da22507a49def6f0441808ad9a5</id>
<content type='text'>
followup to #2796
</content>
</entry>
<entry>
<title>ci: don't skip swift anymore</title>
<updated>2022-04-15T16:35:17Z</updated>
<author>
<name>Stephan Seitz</name>
<email>sseitz@nvidia.com</email>
</author>
<published>2022-04-15T14:33:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=901b31f66cd8f6ec65699bf9ef010f62e1bd3435'/>
<id>urn:sha1:901b31f66cd8f6ec65699bf9ef010f62e1bd3435</id>
<content type='text'>
I think this was a nvim 0.6 issue
</content>
</entry>
<entry>
<title>ci: update windows workflow to 0.7</title>
<updated>2022-04-15T16:30:14Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-04-15T15:45:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5633f897a768d25c69d28b0a3c31603cfacab9fa'/>
<id>urn:sha1:5633f897a768d25c69d28b0a3c31603cfacab9fa</id>
<content type='text'>
Unarchive directory was renamed to `nvim-win64`
</content>
</entry>
<entry>
<title>fixup: lock nix, not norg (#2682)</title>
<updated>2022-03-27T09:47:03Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-03-27T09:47:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=31155af885f7821358a4dde917dbbd2fa92a4cd3'/>
<id>urn:sha1:31155af885f7821358a4dde917dbbd2fa92a4cd3</id>
<content type='text'>
fixup for 739fefa8fa0c024a89b961bef14822f87fc13692</content>
</entry>
<entry>
<title>ci: lock nix parser</title>
<updated>2022-03-26T11:21:38Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-03-26T09:32:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=739fefa8fa0c024a89b961bef14822f87fc13692'/>
<id>urn:sha1:739fefa8fa0c024a89b961bef14822f87fc13692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: ignore gleam for lockfile update</title>
<updated>2022-03-02T21:01:55Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-03-02T20:45:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0982e3ce8b7f8708cfcf4635b9244dcc45d91b1c'/>
<id>urn:sha1:0982e3ce8b7f8708cfcf4635b9244dcc45d91b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci(tests): download highlight-assertions for faster CI</title>
<updated>2022-02-19T11:20:22Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-02-19T11:15:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6ef19f9d9d3fdcbe0f042a896e35fd0e5322ce2a'/>
<id>urn:sha1:6ef19f9d9d3fdcbe0f042a896e35fd0e5322ce2a</id>
<content type='text'>
This avoids any Rust build dependencies.
</content>
</entry>
<entry>
<title>ci: rename workflows and jobs to be more consistent</title>
<updated>2022-02-14T18:15:17Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-06T09:57:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f476df31af4d6d4bbb6a34b3ca870564cfc39b83'/>
<id>urn:sha1:f476df31af4d6d4bbb6a34b3ca870564cfc39b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use apt-get instead of apt to avoid warnings from apt</title>
<updated>2022-02-06T12:58:41Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-06T12:42:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8'/>
<id>urn:sha1:d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: remove unnecessary apt calls</title>
<updated>2022-02-06T12:58:41Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-06T12:31:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=322c7995b23d9fbc19611538d9c0c7404eecbce3'/>
<id>urn:sha1:322c7995b23d9fbc19611538d9c0c7404eecbce3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: remove apt update if on workflows where it's not used</title>
<updated>2022-02-06T00:16:59Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-05T21:59:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=194aaf7159ae929d51b45b59fecf2628f1847c69'/>
<id>urn:sha1:194aaf7159ae929d51b45b59fecf2628f1847c69</id>
<content type='text'>
Shaves off 10 seconds per workflow.
</content>
</entry>
<entry>
<title>ci: combine "Compile parsers" steps into a single step</title>
<updated>2022-02-05T17:26:06Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-05T16:11:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cf8ca7ee4ed4d1fdde921a83644baadf6de8a849'/>
<id>urn:sha1:cf8ca7ee4ed4d1fdde921a83644baadf6de8a849</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: combine "Check query files" steps into a single step</title>
<updated>2022-02-05T17:26:06Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-05T13:21:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4e1a1e1750f28ba1158b6cfd65e4a7b7d1f90a81'/>
<id>urn:sha1:4e1a1e1750f28ba1158b6cfd65e4a7b7d1f90a81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: introduce platform-independent environment variable NVIM</title>
<updated>2022-02-05T17:26:06Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-02-05T11:27:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e18e51875122e37b341d2063165e41adb03b1eca'/>
<id>urn:sha1:e18e51875122e37b341d2063165e41adb03b1eca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: mark automated PRs as draft (#2413)</title>
<updated>2022-02-01T08:08:45Z</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2022-02-01T08:08:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3041e32701c253122c7bbd366a97990d0fb718e6'/>
<id>urn:sha1:3041e32701c253122c7bbd366a97990d0fb718e6</id>
<content type='text'>
The required checks can be initiated by marking the PR as ready for
review.</content>
</entry>
<entry>
<title>ci: skip swift check on neovim stable</title>
<updated>2022-01-31T22:05:51Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2022-01-31T20:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6799824f6b9b9185622e79cda7eebb03c6f6ac15'/>
<id>urn:sha1:6799824f6b9b9185622e79cda7eebb03c6f6ac15</id>
<content type='text'>
This is meant as a temporary workaround until neovim 0.7 is released.

More context: https://github.com/nvim-treesitter/nvim-treesitter/issues/2313#issuecomment-1025258357
</content>
</entry>
<entry>
<title>ci: only fix major version of vulnerable action (#2411)</title>
<updated>2022-01-30T18:03:07Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-30T18:03:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ab29010c5bb9ba8f575cf08f1d8b24949a8a6688'/>
<id>urn:sha1:ab29010c5bb9ba8f575cf08f1d8b24949a8a6688</id>
<content type='text'>
also bump checkout to v2 everywhere</content>
</entry>
<entry>
<title>chore: run parser update at least daily (#2379)</title>
<updated>2022-01-27T14:41:11Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-27T14:41:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=422657626b9854361e6586f19a570614abfc27ed'/>
<id>urn:sha1:422657626b9854361e6586f19a570614abfc27ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: bump tree-sitter to 0.20.4</title>
<updated>2022-01-23T21:24:16Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-23T18:48:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c162991fa18abe0ae626929aaec43e631d1e37e1'/>
<id>urn:sha1:c162991fa18abe0ae626929aaec43e631d1e37e1</id>
<content type='text'>
fixes issues with `parser.h` not being generated
</content>
</entry>
<entry>
<title>ci: fix cache path for rust cargo</title>
<updated>2022-01-22T19:54:53Z</updated>
<author>
<name>Munif Tanjim</name>
<email>hello@muniftanjim.dev</email>
</author>
<published>2022-01-22T19:24:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=020905ff26e3c9f8a450d009b635d8611df492f7'/>
<id>urn:sha1:020905ff26e3c9f8a450d009b635d8611df492f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: drop windows+clang</title>
<updated>2022-01-22T18:32:24Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-22T13:04:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b71d7cbd6057a0a6f1e572c2bc8de13d055095aa'/>
<id>urn:sha1:b71d7cbd6057a0a6f1e572c2bc8de13d055095aa</id>
<content type='text'>
takes significantly longer than other combinations
</content>
</entry>
<entry>
<title>ci: remove ccache</title>
<updated>2022-01-22T12:20:20Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-22T12:10:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9c63cfe72f8546e71268f53017ec39609de8aec7'/>
<id>urn:sha1:9c63cfe72f8546e71268f53017ec39609de8aec7</id>
<content type='text'>
ccache did take too long to install on MacOS
</content>
</entry>
<entry>
<title>ci: bump tree-sitter to v0.20.3</title>
<updated>2022-01-22T09:29:27Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-22T09:08:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=00736412a348453b93a11806052f682ee08c8e59'/>
<id>urn:sha1:00736412a348453b93a11806052f682ee08c8e59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Avoid rust-cache (failures and current git dependency)</title>
<updated>2022-01-21T21:06:17Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-21T19:45:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3c462d362f49611c295e6c4870c97e2ae7f530cd'/>
<id>urn:sha1:3c462d362f49611c295e6c4870c97e2ae7f530cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: stop uploading artifacts (binary release archives soonish?)</title>
<updated>2022-01-21T21:06:17Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-21T19:40:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5f30cec075d0de758c4aecc0a1e155fe4d66118f'/>
<id>urn:sha1:5f30cec075d0de758c4aecc0a1e155fe4d66118f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: fix cache path on Windows</title>
<updated>2022-01-21T21:06:17Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-21T19:25:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=77fe45968c060847085dbd89f1d0e1536ce9b79d'/>
<id>urn:sha1:77fe45968c060847085dbd89f1d0e1536ce9b79d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use curl on Windows CI</title>
<updated>2022-01-21T21:06:17Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-21T18:43:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3372bfbcf2c5e9eb908ffd21050b375b3000fbe3'/>
<id>urn:sha1:3372bfbcf2c5e9eb908ffd21050b375b3000fbe3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: cache using ccache</title>
<updated>2022-01-21T21:06:17Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-21T18:25:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8b0398c5e32483810e9975f4af5e447f4d25acdb'/>
<id>urn:sha1:8b0398c5e32483810e9975f4af5e447f4d25acdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: add cache for Rust dependency</title>
<updated>2022-01-21T21:06:17Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-21T18:15:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ff97dfac7f5358172f67135ac10acefd41c4ec5e'/>
<id>urn:sha1:ff97dfac7f5358172f67135ac10acefd41c4ec5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use stable tag for latest nvim release</title>
<updated>2022-01-21T21:06:17Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-21T18:14:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2fa395f01dcba9229d81e57d5993e9a041a216dc'/>
<id>urn:sha1:2fa395f01dcba9229d81e57d5993e9a041a216dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use stable tag for latest nvim release</title>
<updated>2022-01-21T18:38:01Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-21T18:14:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=16c773c0f826785760dce92bf713fb7e8e19e70c'/>
<id>urn:sha1:16c773c0f826785760dce92bf713fb7e8e19e70c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: only run one compiler each on macos, ubuntu</title>
<updated>2022-01-21T17:58:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-21T15:15:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4e4b58f8e994f95eee8e46e1318153624f3a2601'/>
<id>urn:sha1:4e4b58f8e994f95eee8e46e1318153624f3a2601</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: avoid duplicate CI runs</title>
<updated>2022-01-21T17:58:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-21T10:11:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b7d4d8a55d65d0ef3ea06252c6407f47240ab94a'/>
<id>urn:sha1:b7d4d8a55d65d0ef3ea06252c6407f47240ab94a</id>
<content type='text'>
* run CI on push to master or synchronize PR
* cancel in-progress workflows for updated PR
</content>
</entry>
<entry>
<title>ci: bump neovim and tree-sitter cli to latest version</title>
<updated>2022-01-21T17:58:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-01-21T10:03:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bf59e0a3fbb7cffc43c9d673866c68b7cff6a705'/>
<id>urn:sha1:bf59e0a3fbb7cffc43c9d673866c68b7cff6a705</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: cache parsers for workflows/tests</title>
<updated>2022-01-21T16:52:06Z</updated>
<author>
<name>Munif Tanjim</name>
<email>hello@muniftanjim.dev</email>
</author>
<published>2022-01-21T16:13:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2c7c87570b4e4fc23e0569accf7372302bfbfa19'/>
<id>urn:sha1:2c7c87570b4e4fc23e0569accf7372302bfbfa19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(haskell): Haskell switched to C scanner</title>
<updated>2022-01-05T21:40:23Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-05T21:21:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b96f70905b15f374669762d6a66fd6f1b388f49f'/>
<id>urn:sha1:b96f70905b15f374669762d6a66fd6f1b388f49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use Neovim v0.6.0</title>
<updated>2021-12-06T21:34:30Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-12-06T20:00:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cd6aabb96401fea17b6889ee4acea1322df13dad'/>
<id>urn:sha1:cd6aabb96401fea17b6889ee4acea1322df13dad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: open PRs to update README</title>
<updated>2021-12-06T20:29:50Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-12-06T19:55:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5684389a2707a43c50f706d3c63a46ecad4dc8c3'/>
<id>urn:sha1:5684389a2707a43c50f706d3c63a46ecad4dc8c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: add nightly again to CI</title>
<updated>2021-11-30T19:46:35Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-11-24T21:37:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ec276ed4607f74b5de68c8c3fc6ec0c378b6a15e'/>
<id>urn:sha1:ec276ed4607f74b5de68c8c3fc6ec0c378b6a15e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Add workflow for tests</title>
<updated>2021-11-24T16:29:55Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-11-20T15:55:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=771abaf53198a8b1aebff3de75ed2919b83ced45'/>
<id>urn:sha1:771abaf53198a8b1aebff3de75ed2919b83ced45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Try out windows-2022</title>
<updated>2021-11-24T13:47:07Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-11-20T17:05:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8016b74cea415596be405b14067d2938914b2e18'/>
<id>urn:sha1:8016b74cea415596be405b14067d2938914b2e18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use nvim v0.5.1 on CI</title>
<updated>2021-10-21T17:50:23Z</updated>
<author>
<name>Stephan Seitz</name>
<email>sseitz@nvidia.com</email>
</author>
<published>2021-10-10T09:52:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7135321cc254fd2a543f596a3648fdc481e54eef'/>
<id>urn:sha1:7135321cc254fd2a543f596a3648fdc481e54eef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: upload artifacts before check</title>
<updated>2021-10-21T17:50:23Z</updated>
<author>
<name>Stephan Seitz</name>
<email>sseitz@nvidia.com</email>
</author>
<published>2021-10-10T09:35:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=24edc5d93f5d055b6e7226b38265cfe7037c7c8b'/>
<id>urn:sha1:24edc5d93f5d055b6e7226b38265cfe7037c7c8b</id>
<content type='text'>
This could provide better possibilities to investigate a failed CI.
</content>
</entry>
<entry>
<title>Use node action</title>
<updated>2021-07-31T17:57:08Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-07-30T22:03:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=59887fbf3335316e5d0458ff03493a998fabf1ee'/>
<id>urn:sha1:59887fbf3335316e5d0458ff03493a998fabf1ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Luacheck: use config file to exclude files</title>
<updated>2021-07-05T10:39:32Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-07-04T22:55:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=437e41e9fcf3866d766f953a45685ece5957de8d'/>
<id>urn:sha1:437e41e9fcf3866d766f953a45685ece5957de8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use stylua for autoformat code (#1480)</title>
<updated>2021-07-04T21:12:17Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-07-04T21:12:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=be8f65608796e50aa2e2da5452849c263558f0ed'/>
<id>urn:sha1:be8f65608796e50aa2e2da5452849c263558f0ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow failures for defined parsers</title>
<updated>2021-04-22T16:37:04Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-22T16:13:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8704b0f3882971a09a9c0e0bc1c95926bc304aea'/>
<id>urn:sha1:8704b0f3882971a09a9c0e0bc1c95926bc304aea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pin verilog parser because it downgraded to 0.18.0</title>
<updated>2021-03-30T20:27:50Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-30T17:33:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6f85037437385197ab0490280ecafec66a1733f4'/>
<id>urn:sha1:6f85037437385197ab0490280ecafec66a1733f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove SKIP_LOCKFILE_UPDATES_FOR_LANGS</title>
<updated>2021-03-17T19:33:12Z</updated>
<author>
<name>sogaiu</name>
<email>983021772@users.noreply.github.com</email>
</author>
<published>2021-03-16T21:49:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b521f1a43538a1959542a4280064cfe125ecc50b'/>
<id>urn:sha1:b521f1a43538a1959542a4280064cfe125ecc50b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lockfile</title>
<updated>2021-03-16T21:17:23Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-16T19:22:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ad5c0b9d78591e8b62aa3bc0fede7a1fe4495c30'/>
<id>urn:sha1:ad5c0b9d78591e8b62aa3bc0fede7a1fe4495c30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exclude kotlin, clojure from parser update</title>
<updated>2021-03-16T21:17:23Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-16T19:17:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1d9b3b82ff89dedd7b537165345cddeea60eba67'/>
<id>urn:sha1:1d9b3b82ff89dedd7b537165345cddeea60eba67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CI (not use appimage on Mac)</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-15T20:12:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a9a341872697df81a023d7d745ba43bb32478a47'/>
<id>urn:sha1:a9a341872697df81a023d7d745ba43bb32478a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not fail fast in CI</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-15T19:52:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9'/>
<id>urn:sha1:f0b9b3b8aca5a18f381efb4427996c7acb5ce1a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove query file workflow (tested now on all OS</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-08T12:02:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=606341a1396dc4d4264d8247696b6e508ac42e37'/>
<id>urn:sha1:606341a1396dc4d4264d8247696b6e508ac42e37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check query files on all OSes</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-08T11:58:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=92bc601c505fa465069ece7a6dae2a3fe649e5e3'/>
<id>urn:sha1:92bc601c505fa465069ece7a6dae2a3fe649e5e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CI hack</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-07T16:57:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c573cdd0a96fcc4c5b0ef2e1a382fa08ddc696fb'/>
<id>urn:sha1:c573cdd0a96fcc4c5b0ef2e1a382fa08ddc696fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ubuntu-20</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-07T16:53:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4395783990e0533087a6833b7f4e79009265f87a'/>
<id>urn:sha1:4395783990e0533087a6833b7f4e79009265f87a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI CI CI</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-07T16:40:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=626d1b9192032ee8355790d5eba5f96e2c94e793'/>
<id>urn:sha1:626d1b9192032ee8355790d5eba5f96e2c94e793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NPM for now to Ubuntu CI</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-07T16:16:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=719329f6b411864cf3fd4ee017840e708cd4f5aa'/>
<id>urn:sha1:719329f6b411864cf3fd4ee017840e708cd4f5aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: Remove JS hack</title>
<updated>2021-03-16T17:52:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-04T12:44:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e32029460d4b813229b7c9e9ec6a7d398843f106'/>
<id>urn:sha1:e32029460d4b813229b7c9e9ec6a7d398843f106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CI for testing parsers compilation</title>
<updated>2021-03-04T18:58:58Z</updated>
<author>
<name>Jozef Grajciar</name>
<email>jozef.grajciar@gmail.com</email>
</author>
<published>2021-03-01T16:53:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2f60b43c0f003f549f845ac1578878c69514929b'/>
<id>urn:sha1:2f60b43c0f003f549f845ac1578878c69514929b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(CI): don't let update-parsers fail if no change is necessary</title>
<updated>2021-01-21T06:12:49Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-01-20T20:28:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5ea3db83c61a6747a001edc69a90774a35d78912'/>
<id>urn:sha1:5ea3db83c61a6747a001edc69a90774a35d78912</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ci): correctly set user and email</title>
<updated>2021-01-14T13:20:52Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2021-01-14T13:16:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c51caf273ae60a57765ec6af8c51b2b589c533e6'/>
<id>urn:sha1:c51caf273ae60a57765ec6af8c51b2b589c533e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ci): only track lockfile.json when updating parsers</title>
<updated>2021-01-14T13:03:34Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2021-01-14T12:39:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8'/>
<id>urn:sha1:2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[docgen] Update README.md</title>
<updated>2020-12-12T18:04:43Z</updated>
<author>
<name>Github Actions</name>
<email>actions@github</email>
</author>
<published>2020-12-10T16:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d8f75f0b093632159d825fdf84e0ea6dbf05cd75'/>
<id>urn:sha1:d8f75f0b093632159d825fdf84e0ea6dbf05cd75</id>
<content type='text'>
skip-checks: true
</content>
</entry>
<entry>
<title>Fixup jq</title>
<updated>2020-11-30T10:19:22Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-11-29T20:28:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ab808e84951e96dd8254da2bb12af803619d48a6'/>
<id>urn:sha1:ab808e84951e96dd8254da2bb12af803619d48a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pretty print lockfile.json</title>
<updated>2020-11-30T10:19:22Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-11-29T13:02:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=740f36b81dcbffc07e074ae068fa6468de2fdbbd'/>
<id>urn:sha1:740f36b81dcbffc07e074ae068fa6468de2fdbbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix update-parsers workflow</title>
<updated>2020-11-30T10:19:22Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-11-29T12:30:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3b3c0098a6d856f739df1ebc109918ddf8d6f31b'/>
<id>urn:sha1:3b3c0098a6d856f739df1ebc109918ddf8d6f31b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "Update parsers workflow"</title>
<updated>2020-11-30T10:19:22Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-11-29T12:18:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e8788c52e5293cb45ece8c3d0b79b96107ca9407'/>
<id>urn:sha1:e8788c52e5293cb45ece8c3d0b79b96107ca9407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: Fix update-readme.yml</title>
<updated>2020-11-25T07:04:54Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-11-21T19:11:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1bfffb11fdc73164caef9eb9f8c2a3a291c79b8c'/>
<id>urn:sha1:1bfffb11fdc73164caef9eb9f8c2a3a291c79b8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(CI): auto-update README.md</title>
<updated>2020-08-31T16:53:24Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-30T12:29:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ffe7d96dfda89857a757656ba9e4b079fff6e33f'/>
<id>urn:sha1:ffe7d96dfda89857a757656ba9e4b079fff6e33f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #292: Add parser links to README.md</title>
<updated>2020-08-25T12:58:28Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-15T16:12:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7c9ffe9e190cd954dc56fac74d5bf80448cb4b8c'/>
<id>urn:sha1:7c9ffe9e190cd954dc56fac74d5bf80448cb4b8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(CI): Run style check as sudo</title>
<updated>2020-08-21T16:52:18Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-21T16:12:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=81182975ee2dbb747470b2ba25c5799b3f5fea2e'/>
<id>urn:sha1:81182975ee2dbb747470b2ba25c5799b3f5fea2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add workflow for checking query files</title>
<updated>2020-07-14T16:31:34Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-14T14:17:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c42c38a8346dd9edda96477b774d3e086cd73650'/>
<id>urn:sha1:c42c38a8346dd9edda96477b774d3e086cd73650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: use GH Actions istead of Travis CI</title>
<updated>2020-07-09T20:34:34Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-07-09T20:22:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0e041bd343ac8cf62c4c524af0fddf4cb49b643d'/>
<id>urn:sha1:0e041bd343ac8cf62c4c524af0fddf4cb49b643d</id>
<content type='text'>
</content>
</entry>
</feed>
