How to add custom shaders? 4.0

I’ve been googling and I can’t figure this out. There must be something right in front of my face that everyone else has seen.

I can find code for custom shaders I want to use, but I can’t find shader files, or this shaderLab interface anywhere.

How do I create a new shader to add the code to and use? Need a point in the right direction please :).

In Project tab, Create > Shader.

Or Assets > Create > Shader.

Or create a new text file and change the extension from .txt to .shader.

Or, find a shader, duplicate it, and write in the duplicate after a good renaming. I do this, because Unity’s default shader takes too long to compile.

Ahh it was as I said right in front of my face :). Thanks for the help guys!