Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 test

Requirements
============

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.git

TODO
====

- 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