Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcbaker/piglit-vim
Vim support for piglit specific files
https://github.com/dcbaker/piglit-vim
Last synced: about 1 month ago
JSON representation
Vim support for piglit specific files
- Host: GitHub
- URL: https://github.com/dcbaker/piglit-vim
- Owner: dcbaker
- License: mit
- Created: 2014-12-02T21:07:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T00:10:52.000Z (over 8 years ago)
- Last Synced: 2024-10-14T16:56:59.826Z (3 months ago)
- Language: VimL
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
piglit-vim
==========Vim support for piglit specific files
Adds syntax highlighting for piglit (http://cgit.freedesktop.org/piglit) to vim.
Supported Formats
=================- shader test
- glsl parser testRequirements
============This relies on a working glsl vim syntax file, vim does not include such a file.
I developed this against: https://github.com/tikhomirov/vim-glsl
This also requires a working ARB assembly highlighter for Vertex and Fragment Programs. The only one I know of is the one I wrote:
https://github.com/dcbaker/vim-arb_assembly.gitTODO
====- Finish the [test] section of shader_test (TODOs)
- Find syntax highlighting for ARB assembly
- Rework [require] section, it's woefully incomplete
- Rework some of the [test] section which flag red even when adding correct code