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
- Host: GitHub
- URL: https://github.com/dcbaker/vim-arb_assembly
- Owner: dcbaker
- License: mit
- Created: 2016-05-02T22:36:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T18:55:47.000Z (over 9 years ago)
- Last Synced: 2025-01-25T08:27:38.527Z (11 months ago)
- Language: VimL
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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