<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/v/indents.scm, branch v0.8.5</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/v/indents.scm?h=v0.8.5</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/v/indents.scm?h=v0.8.5'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2022-05-21T11:48:58Z</updated>
<entry>
<title>parser(vlang): fix location of remote repo</title>
<updated>2022-05-21T11:48:58Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-02-22T17:48:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c19d14f39593ff9bc028db6db35f9fc60966543b'/>
<id>urn:sha1:c19d14f39593ff9bc028db6db35f9fc60966543b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(vlang): initial support</title>
<updated>2022-05-21T11:48:58Z</updated>
<author>
<name>tami5</name>
<email>kkharji@protonmail.com</email>
</author>
<published>2022-02-22T14:36:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=010f3642956099806f25793f92ba58f1a3114c17'/>
<id>urn:sha1:010f3642956099806f25793f92ba58f1a3114c17</id>
<content type='text'>
Add support for vlang filetypes.

- [ ] Highlight `C` as builtin variable. This is FFI in vlang land,
  where C act like extern and access c functions. The vlang parser does
  some extension between C function calls and arguments but I believe
  highlighting C as builtin variable is sufficient indicator for now. I
  tried to use offset! but failed. Any suggestions?
- [ ] Set up parser url. the vlang parser is located within [vls] repo. Is
  installing from nested repo supported? `tree_sitter_v/src/parser.c`?

[vls]: https://github.com/vlang/vls/tree/master/tree_sitter_v

cc @elianiva @theHamsta
</content>
</entry>
</feed>
