brobeson / Tools

Scripts written to aid software development.
2 stars 1 forks source link

Create syntax highlighting for OpenGL #28

Closed brobeson closed 8 years ago

brobeson commented 8 years ago

Ideally, this should be autogenerated from the OpenGL documentation.

brobeson commented 8 years ago

I added a bash script to do this. The script checks out the documentation sources via Subversion; parses them for the constants, functions, and types; then write a vim syntax file. This was in commit db8cdc4e9acaa063b725325721d830701b100958.

I also added the initial syntax file created by that script. That is commit cee7f7fda1d16d5c9de8a2a876c9c7ec9c1a4f21.