Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1 KB

README.mdown

File metadata and controls

35 lines (23 loc) · 1 KB

TextMate ActionScript 3 Bundle

Installation

To install via Subversion:

	export LC_CTYPE=en_US.UTF-8
	cd ~/"Library/Application Support/TextMate/Bundles/"
	svn co http://svn.textmate.org/trunk/Review/Bundles/ActionScript\ 3.tmbundle
	osascript -e 'tell app "TextMate" to reload bundles'

To install via Git:

	cd ~/"Library/Application Support/TextMate/Bundles/"
	git clone git://github.com/simongregory/actionscript3-tmbundle.git "ActionScript 3.tmbundle"
	osascript -e 'tell app "TextMate" to reload bundles'

Source can be viewed or forked via GitHub: http://github.com/simongregory/actionscript3-tmbundle/tree/master

Conventions

This fork does not follow the flex code conventions.

Support

Please use the TextMate Users mailing list http://lists.macromates.com/listinfo/textmate.

Maintainer

Simon Gregory