Skip to content

Commit 1a3094e

Browse files
committed
Update OSSREADME files to point to source repository for HLSL and ShaderLab grammars
Related to microsoft#20129.
1 parent 67560d3 commit 1a3094e

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

extensions/hlsl/OSSREADME.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
2+
3+
[{
4+
"name": "shaders-tmLanguage-hlsl",
5+
"version": "0.1.0",
6+
"license": "MIT",
7+
"repositoryURL": "https://github.com/tgjones/shaders-tmLanguage",
8+
"description": "The file syntaxes/hlsl.json was included from https://github.com/tgjones/shaders-tmLanguage/blob/master/grammars/hlsl.json."
9+
}]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
22

33
[{
4-
"name": "unity-shader-files",
4+
"name": "shaders-tmLanguage-shaderlab",
55
"version": "0.1.0",
66
"license": "MIT",
7-
"repositoryURL": "https://github.com/nadege/unity-shader-files",
8-
"description": "The file syntaxes/shaderlab.json was derived from the Atom package https://github.com/nadege/unity-shader-files."
7+
"repositoryURL": "https://github.com/tgjones/shaders-tmLanguage",
8+
"description": "The file syntaxes/shaderlab.json was included from https://github.com/tgjones/shaders-tmLanguage/blob/master/grammars/shaderlab.json."
99
}]

0 commit comments

Comments
 (0)