Skip to content

Instantly share code, notes, and snippets.

View alancapc's full-sized avatar
🎯
Focusing

Alan Costa alancapc

🎯
Focusing
  • Iress (Integrated Real-time Equity System)
  • United Kingdom
View GitHub Profile
@alancapc
alancapc / scopes.txt
Last active August 29, 2015 14:26 — forked from iambibhas/scopes.txt
Sublime Text 2: Snippet scopes
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
:: 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" (