aboutsummaryrefslogtreecommitdiff
path: root/syntax
Commit message (Collapse)AuthorAgeFilesLines
* Add #include support (#27)HEADmasterIvan Sokolov2024-06-151-0/+2
|
* Add folding support for {} and () (#28)Ivan Sokolov2024-06-151-0/+4
|
* Add ray tracing related keywords and file types (#22)Ivan Avdeev2022-02-061-1/+73
| | | | | | | | | | | | | | | 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
* Update my name and emailSergii Tykhomyrov2022-02-061-1/+1
|
* Highlight builtin gl_VertexIndex (#21)Aidan2021-11-131-0/+1
| | | gl_VertexIndex is part of the Vulkan only GL_KHR_vulkan_glsl extension.
* Highlight NOTEs in commentsSergey Tikhomirov2017-07-061-1/+1
|
* Highlight struct nameSergey Tikhomirov2017-06-201-11/+12
|
* Add support of GLSL versions 4.40 and 4.50Sergey Tikhomirov2017-06-191-0/+18
| | | | Closes #11
* Suffixes for integer and float literals (#12)Martino Pilia2017-04-121-7/+7
|
* Add keywords for switch statement (#9)Alex Shen2016-09-171-1/+1
|
* Only spell check commentsFlorian Kriener2014-05-131-2/+2
|
* Update syntax highlightingSergey Tikhomirov2014-03-021-211/+603
|
* Add syntax highlighting for WebGL shaders in <script> tagsSergey Tikhomirov2014-02-091-3/+4
|
* Update maintainer's emailSergey Tikhomirov2014-02-081-4/+3
|
* Fix syntax highlighting for numbers. Closes #2Sergey Tikhomirov2013-09-021-1/+4
|
* Merge github.com:rkaup/vim-glslSergey Tikhomirov2013-06-291-15/+168
|\ | | | | | | | | | | Conflicts: ftdetect/glsl.vim syntax/glsl.vim
| * Highlight built-in constants.Robin Kaup2012-11-211-0/+56
| |
| * Highlight built-in variables.Robin Kaup2012-11-211-0/+16
| |
| * Add 'display' to syntax matches where appropriate.Robin Kaup2012-11-211-7/+7
| |
| * Highlight built-in functions.Robin Kaup2012-11-211-0/+70
| |
| * Highlight vector swizzles.Robin Kaup2012-11-211-0/+6
| |
| * Don't highlight numbers at the end of identifiers.Robin Kaup2012-11-211-0/+4
| |
| * Replace tabs with spaces.Robin Kaup2012-11-211-6/+6
| | | | | | | | Make formatting consistent.
* | Resolved issue with highlightintg numbers in variable name.Sergey Tikhomirov2013-01-231-14/+10
|/
* Updated file headerSergey Tikhomirov2012-07-101-2/+1
|
* Added qualifiersSergey Tikhomirov2012-07-081-0/+21
|
* Added typesSergey Tikhomirov2012-07-081-19/+48
|
* Initial commitSergey Tikhomirov2012-07-071-0/+63