This is a Sublime Text package which includes a few snippets for doing ActionScript 3 projects.
If you have the Package Control package installed, you can install ActionScript 3 from inside Sublime Text itself. Open the Command Palette and select "Package Control: Install Package", then search for ActionScript 3.
If you don't have Package Control installed you will need to make a clone of this repository into your packages folder:
git clone git://github.com/skoch/Sublime-ActionScript-3.git 'ActionScript 3'
- Added switch snippet
- Moved the Out snippet to master
- Cleaned syntax
Initial release contains:
- if/if else
- for/for(faster)
- comments
To be used for developing specific snippets.