mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-03 16:39:16 +00:00
THE BIG MERGE v0.9
This commit is contained in:
parent
88f165dd33
commit
d35781b718
8 changed files with 141 additions and 45 deletions
11
server/testdata/02/utils/sample.glsl
vendored
Normal file
11
server/testdata/02/utils/sample.glsl
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
int sample() {
|
||||
return 5;
|
||||
}
|
||||
|
||||
#include "/utils/burger.glsl"
|
||||
|
||||
#include "/utils/test.glsl"
|
||||
|
||||
int sample_more() {
|
||||
return 5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue