<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter.git/queries/graphql, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/'/>
<entry>
<title>highlight `description` as a comment</title>
<updated>2021-10-01T16:30:34+00:00</updated>
<author>
<name>Vikas Raj</name>
<email>vikasraj1911@gmail.com</email>
</author>
<published>2021-10-01T06:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=2d1c26a89d5e3d90f1affb45fd1ec71d405f55a1'/>
<id>2d1c26a89d5e3d90f1affb45fd1ec71d405f55a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"</title>
<updated>2021-05-07T14:51:57+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-30T18:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=67f08570152792c6a4f0815e71a0093ad97f2725'/>
<id>67f08570152792c6a4f0815e71a0093ad97f2725</id>
<content type='text'>
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment: use `@combined` to create just one tree per buffer (#1252)</title>
<updated>2021-04-28T12:19:07+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-28T12:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=4a7a713c527f57c355bc817f16fc6d955b8cce9b'/>
<id>4a7a713c527f57c355bc817f16fc6d955b8cce9b</id>
<content type='text'>
* Comment: use `@combined` to create just one tree per buffer

There is no need to create a tree per line/block for comments.
Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251

* Add injections for scss

* Fix jsonc

* Combine jsdoc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Comment: use `@combined` to create just one tree per buffer

There is no need to create a tree per line/block for comments.
Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251

* Add injections for scss

* Fix jsonc

* Combine jsdoc</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment parser to highlight comment tags (#893)</title>
<updated>2021-03-12T16:21:46+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-03-12T16:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=e4083fc8e11e6585f53d62eb71778cc2af464fad'/>
<id>e4083fc8e11e6585f53d62eb71778cc2af464fad</id>
<content type='text'>
Closes #236</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #236</pre>
</div>
</content>
</entry>
<entry>
<title>feat: added more indent queries</title>
<updated>2021-01-14T13:43:04+00:00</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-01-05T12:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=9184cf395372307df5fd4d7b2cc89f6dea698285'/>
<id>9184cf395372307df5fd4d7b2cc89f6dea698285</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>graphql: add missing highlights</title>
<updated>2020-11-30T10:17:44+00:00</updated>
<author>
<name>Bryan Kegley</name>
<email>hi@bryankegley.me</email>
</author>
<published>2020-11-29T17:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=3f617edd50ddcf2b185f3d8abf95b9182fe12893'/>
<id>3f617edd50ddcf2b185f3d8abf95b9182fe12893</id>
<content type='text'>
* enum values
* comment
* input parameters
* 'implements' keyword
* include '@' in directive name
* fragment definition and spread
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enum values
* comment
* input parameters
* 'implements' keyword
* include '@' in directive name
* fragment definition and spread
</pre>
</div>
</content>
</entry>
<entry>
<title>graphql: add injection to javascript and add comment query</title>
<updated>2020-11-29T19:20:04+00:00</updated>
<author>
<name>Luis Carlos Cruz Carballo</name>
<email>lcruzc@linkux-it.com</email>
</author>
<published>2020-11-27T19:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=7cea2981444841403a5b85838edd26c390adcdb3'/>
<id>7cea2981444841403a5b85838edd26c390adcdb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>graphql: add highlights</title>
<updated>2020-11-27T13:06:27+00:00</updated>
<author>
<name>Bryan Kegley</name>
<email>hi@bryankegley.me</email>
</author>
<published>2020-11-26T19:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/nvim-treesitter.git/commit/?id=322a4690c506ab0a55aeb91dcd80f4bbb0e9dac4'/>
<id>322a4690c506ab0a55aeb91dcd80f4bbb0e9dac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
