-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60ceb74
commit 82ac86c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Dagor-Shader-Language-Server
updated
9 files
+8 −2 | src/core/snapshot.ts | |
+3 −1 | src/interface/define-context.ts | |
+1 −1 | src/interface/element-range.ts | |
+1 −0 | src/interface/if-state.ts | |
+2 −2 | src/interface/macro-parameters.ts | |
+3 −4 | src/processor/condition-visitor.ts | |
+15 −16 | src/processor/dshl-preprocessor.ts | |
+382 −134 | src/processor/hlsl-preprocessor.ts | |
+82 −53 | src/processor/preprocessor.ts |