View scopes.txt
Here is a list of scopes to use in Sublime Text 2 snippets - | |
ActionScript: source.actionscript.2 | |
AppleScript: source.applescript | |
ASP: source.asp | |
Batch FIle: source.dosbatch | |
C#: source.cs | |
C++: source.c++ | |
Clojure: source.clojure | |
CoffeeScript: source.coffee |
View Startup.Cmd.cmd
:: Name: Startup.Cmd.cmd | |
:: Purpose: Initializes a Windows command prompt shell | |
:: Author: stevejansen_github@mac.com | |
:: Revision: April 2012 | |
@ECHO OFF | |
SETLOCAL ENABLEEXTENSIONS | |
:: self-install this script, but, don't force an overwrite if an auto run script is already configured | |
IF /I "%~1"=="/install" ( |