aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add information about supported file extensionsSergey Tikhomirov2017-07-031-2/+21
* Highlight files with .glsl extension (#14)Noah Chase2017-07-031-2/+2
* Highlight struct nameSergey Tikhomirov2017-06-201-11/+12
* Add support of GLSL versions 4.40 and 4.50Sergey Tikhomirov2017-06-192-12/+20
* Suffixes for integer and float literals (#12)Martino Pilia2017-04-121-7/+7
* Update list of file extensionsSergey Tikhomirov2017-04-121-1/+3
* Update copyright yearsSergey Tikhomirov2017-04-111-1/+1
* Update installation instructionsSergey Tikhomirov2017-04-111-5/+25
* Update copyright yearsSergey Tikhomirov2016-10-141-1/+1
* Add types defined in the official Khronos GLSL compilerSven-Hendrik Haase2016-10-041-1/+1
* Add keywords for switch statement (#9)Alex Shen2016-09-171-1/+1
* Merge pull request #8 from sheerun/patch-1Sergey Tikhomirov2015-12-181-0/+2
|\
| * Reference vim-polyglot language packAdam Stankiewicz2015-10-241-0/+2
|/
* Add support .gs, .tcs, .tes extensions. Closes #7Sergey Tikhomirov2015-09-011-1/+1
* use autocmd! so that *.fs is not forth AND glslDusty Leary2014-11-041-1/+1
* Merge pull request #4 from florian-kriener/masterSergey Tikhomirov2014-05-141-2/+2
|\
| * Only spell check commentsFlorian Kriener2014-05-131-2/+2
|/
* Merge pull request #3 from voidus/masterSergey Tikhomirov2014-03-031-1/+1
|\
| * Add .vs and .fs extensions to the detection listSimon Kohlmeyer2014-03-031-1/+1
|/
* Update syntax highlightingSergey Tikhomirov2014-03-022-211/+618
* Add syntax highlighting for WebGL shaders in <script> tagsSergey Tikhomirov2014-02-094-5/+13
* Update maintainer's emailSergey Tikhomirov2014-02-083-12/+9
* Fix syntax highlighting for numbers. Closes #2Sergey Tikhomirov2013-09-021-1/+4
* Merge github.com:rkaup/vim-glslSergey Tikhomirov2013-06-292-16/+169
|\
| * 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
| * Recognise .glsl files as GLSL.Robin Kaup2012-10-231-1/+1
* | Add license and readme filesSergey Tikhomirov2013-06-292-0/+31
* | Merge pull request #1 from SeySayux/masterSergey Tikhomirov2013-06-071-1/+1
|\ \
| * | Detection for gsh, fsh, and vsh extensions.Frank Erens2013-06-071-1/+1
|/ /
* / Resolved issue with highlightintg numbers in variable name.Sergey Tikhomirov2013-01-231-14/+10
|/
* Updated file headerSergey Tikhomirov2012-07-102-2/+8
* Added indentation settings for GLSLSergey Tikhomirov2012-07-101-0/+12
* Added file type detection for GLSLSergey Tikhomirov2012-07-101-0/+1
* Added qualifiersSergey Tikhomirov2012-07-081-0/+21
* Added typesSergey Tikhomirov2012-07-081-19/+48
* Initial commitSergey Tikhomirov2012-07-071-0/+63