Added lexars
This commit is contained in:
parent
382b2ce94b
commit
f9f64b0558
820 changed files with 149371 additions and 0 deletions
lexers/testdata
3
lexers/testdata/hlsl.actual
vendored
Normal file
3
lexers/testdata/hlsl.actual
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
float4 vertex(float3 position) {
|
||||
return mul(projection, mul(view, mul(model, float4(position, 1.0))));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue