<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-glsl.git/syntax, branch master</title>
<subtitle>Vim runtime files for OpenGL Shading Language</subtitle>
<id>https://git.agrajag.net/vim-glsl.git/atom?h=master</id>
<link rel='self' href='https://git.agrajag.net/vim-glsl.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/'/>
<updated>2024-06-15T08:14:40Z</updated>
<entry>
<title>Add #include support (#27)</title>
<updated>2024-06-15T08:14:40Z</updated>
<author>
<name>Ivan Sokolov</name>
<email>sokolovivanl2rwe@yandex.ru</email>
</author>
<published>2024-06-15T08:14:40Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=40dd0b143ef93f3930a8a409f60c1bb85e28b727'/>
<id>urn:sha1:40dd0b143ef93f3930a8a409f60c1bb85e28b727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add folding support for {} and () (#28)</title>
<updated>2024-06-15T08:13:30Z</updated>
<author>
<name>Ivan Sokolov</name>
<email>sokolovivanl2rwe@yandex.ru</email>
</author>
<published>2024-06-15T08:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=169158d0fcc55408845f6864d1dab686c1c54280'/>
<id>urn:sha1:169158d0fcc55408845f6864d1dab686c1c54280</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ray tracing related keywords and file types (#22)</title>
<updated>2022-02-06T17:30:14Z</updated>
<author>
<name>Ivan Avdeev</name>
<email>me@w23.ru</email>
</author>
<published>2022-02-06T17:30:14Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=28a6dfbcd96095226bee90985b7f12c5679dbbb6'/>
<id>urn:sha1:28a6dfbcd96095226bee90985b7f12c5679dbbb6</id>
<content type='text'>
Add highlights for keywords, functions, variables and constants
introduced by extensions:
- GLSL_EXT_ray_tracing
- GLSL_EXT_ray_query
- GL_EXT_nonuniform_qualifier

Also add filetypes for ray tracing stages:
- *.rgen for ray generation shader
- *.rmiss for ray miss shader
- *.rint for intersection shader
- *.rahit for any hit shader
- *.rchit for closest hit shader
- *.rcall for callable shader</content>
</entry>
<entry>
<title>Update my name and email</title>
<updated>2022-02-06T15:41:49Z</updated>
<author>
<name>Sergii Tykhomyrov</name>
<email>sergii@tykhomyrov.com</email>
</author>
<published>2022-02-06T15:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=42ffed856d5d156ec0f9c12233be34182cbb08ea'/>
<id>urn:sha1:42ffed856d5d156ec0f9c12233be34182cbb08ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Highlight builtin gl_VertexIndex (#21)</title>
<updated>2021-11-13T20:35:14Z</updated>
<author>
<name>Aidan</name>
<email>46799759+PossiblyAShrub@users.noreply.github.com</email>
</author>
<published>2021-11-13T20:35:14Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=25f9a7dfca64787313fb4339866ff941b8974d61'/>
<id>urn:sha1:25f9a7dfca64787313fb4339866ff941b8974d61</id>
<content type='text'>
gl_VertexIndex is part of the Vulkan only GL_KHR_vulkan_glsl extension.</content>
</entry>
<entry>
<title>Highlight NOTEs in comments</title>
<updated>2017-07-06T19:06:57Z</updated>
<author>
<name>Sergey Tikhomirov</name>
<email>sergey@tikhomirov.io</email>
</author>
<published>2017-07-06T19:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=8758243e5edda31846d45c97358814355666a405'/>
<id>urn:sha1:8758243e5edda31846d45c97358814355666a405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Highlight struct name</title>
<updated>2017-06-20T06:34:18Z</updated>
<author>
<name>Sergey Tikhomirov</name>
<email>sergey@tikhomirov.io</email>
</author>
<published>2017-06-20T06:34:18Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=94fb0b624e0aa5b1c1292fbb9e0b61dbe8cad62b'/>
<id>urn:sha1:94fb0b624e0aa5b1c1292fbb9e0b61dbe8cad62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support of GLSL versions 4.40 and 4.50</title>
<updated>2017-06-19T19:50:06Z</updated>
<author>
<name>Sergey Tikhomirov</name>
<email>sergey@tikhomirov.io</email>
</author>
<published>2017-06-19T19:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=1cde5643dce9210fa685741bbb282cb9ce09465a'/>
<id>urn:sha1:1cde5643dce9210fa685741bbb282cb9ce09465a</id>
<content type='text'>
Closes #11
</content>
</entry>
<entry>
<title>Suffixes for integer and float literals (#12)</title>
<updated>2017-04-12T19:46:55Z</updated>
<author>
<name>Martino Pilia</name>
<email>m-pilia@users.noreply.github.com</email>
</author>
<published>2017-04-12T19:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=0620b0b93759c41c5163d54b76a1456b20fdfcbc'/>
<id>urn:sha1:0620b0b93759c41c5163d54b76a1456b20fdfcbc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add keywords for switch statement (#9)</title>
<updated>2016-09-17T17:30:08Z</updated>
<author>
<name>Alex Shen</name>
<email>swlsww@hotmail.com</email>
</author>
<published>2016-09-17T17:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.agrajag.net/vim-glsl.git/commit/?id=77eb6b692ccbd27b763c55961df094bdca86b353'/>
<id>urn:sha1:77eb6b692ccbd27b763c55961df094bdca86b353</id>
<content type='text'>
</content>
</entry>
</feed>
