Skip to content

Instantly share code, notes, and snippets.

@JulioC
Created April 17, 2015 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JulioC/a8ec963741d8699c221c to your computer and use it in GitHub Desktop.
Save JulioC/a8ec963741d8699c221c to your computer and use it in GitHub Desktop.
Sublime snippet for MonoBehaviour
<snippet>
<content><![CDATA[
using UnityEngine;
public class ${TM_FILENAME/(.+)\..+/$1/} : MonoBehaviour
{
${1}
}
]]></content>
<tabTrigger>Behaviour</tabTrigger>
<scope>source.cs</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment