Skip to content

Commit aa8a89c

Browse files
committed
Update readme and version number
1 parent 278686a commit aa8a89c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unity ShaderLab language support in Atom
22

3-
Adds syntax highlighting to Unity 3D ShaderLab .shader files in Atom.
3+
Adds syntax highlighting to Unity 3D ShaderLab .shader files and .cginc includes in Atom.
44

55
Grammar file is originally from
66
(dead)[language-unity-shaderlab](https://github.com/teddybradford/language-unity-shaderlab) and [language-unity-shaderlab](https://github.com/khakionion/language-unity-shaderlab).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unity-shader-files",
33
"main": "./lib/unity-shader-files",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Atom language support for Unity 3D ShaderLab .shader files",
66
"keywords": [
77
"Unity",

0 commit comments

Comments
 (0)