Add ShaderLab language (#3490)

* Add ShaderLab language

* Update HLSL and ShaderLab grammars to latest version

* Add .shader extension back to GLSL language

* Add sample GLSL .shader files

Note that these are copies of existing GLSL samples, renamed to have
the .shader extension.
This commit is contained in:
Tim Jones
2017-04-20 16:04:08 +08:00
committed by Colin Seymour
parent 354a8f079a
commit dd53fa1585
6 changed files with 1342 additions and 0 deletions

View File

@@ -4014,6 +4014,13 @@ Self:
tm_scope: none
ace_mode: text
language_id: 345
ShaderLab:
type: programming
extensions:
- ".shader"
ace_mode: text
tm_scope: source.shaderlab
language_id: 664257356
Shell:
type: programming
color: "#89e051"