aboutsummaryrefslogtreecommitdiff
path: root/syntax/glsl.vim
Commit message (Expand)AuthorAgeFilesLines
* Add ray tracing related keywords and file types (#22)Ivan Avdeev2022-02-061-1/+73
* Update my name and emailSergii Tykhomyrov2022-02-061-1/+1
* Highlight builtin gl_VertexIndex (#21)Aidan2021-11-131-0/+1
* 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
* 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
|\
| * 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
* | 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