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

https://github.com/dcbaker/vim-arb_assembly

Vim syntax files for Khronos ARB fragment and vertex assembly programs
https://github.com/dcbaker/vim-arb_assembly

Last synced: 10 months ago
JSON representation

Vim syntax files for Khronos ARB fragment and vertex assembly programs

Awesome Lists containing this project

README

          

# Vim syntax for ARB assembly

This provides syntax highlighting for ARB fragment and vertex programs. These formats predate the OpenGL Shader Language (GLSL) format, and are largely obsolete.

# TODO

- Refactor identifiers so that they can contain bindings (like result.foo or fragment.foo or vertex.foo)
- Get arbErr working