Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petereichinger/Unity3D-Shader
Adds Syntax Highlighting for Unity3D .shader files to Sublime Text
https://github.com/petereichinger/Unity3D-Shader
Last synced: about 2 months ago
JSON representation
Adds Syntax Highlighting for Unity3D .shader files to Sublime Text
- Host: GitHub
- URL: https://github.com/petereichinger/Unity3D-Shader
- Owner: petereichinger
- Created: 2013-03-13T16:17:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T19:16:18.000Z (over 6 years ago)
- Last Synced: 2024-08-03T19:08:50.887Z (5 months ago)
- Homepage:
- Size: 17.6 KB
- Stars: 33
- Watchers: 6
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity3D-Shader - Adds Syntax Highlighting .shader files to Sublime Text (Code Editor)
README
What does this do?
==================
This is a package for Sublime Text 3 which adds syntax hightlighting, snippets and completions for Shaders used by the [Unity3D Engine](http://unity3d.com/).Currently the following features are included:
- Highlighting of `.shader` and `.cginc` files
- Highlights most keywords, variables, strings and comments
- Uses C++ highlighting (with a few additional keywords) inside `CGPROGRAM`/`ENDCG`
- Simple snippets for creating properties
- Highlighting of `.compute` files
- Uses C++ highlighting with a few additional keywords addedDISCLAIMER
==========The syntax highlighting is rather incomplete.
If there are any syntax errors you encounter or any features you want added please don't hesitate to create an issue.