(load-file "~/.emacs.d/actionscript-mode.el")
(autoload 'actionscript-mode "javascript" nil t)
(add-to-list 'auto-mode-alist '("\\.as\\'" . actionscript-mode))
Jun 18, 2009
ActionScript 3.0 Mode for Emacs
EmacsWiki suggests an actionscript mode which can be downloaded from a post at PetTomato. After download the .el file, I added the following lines into my .emacs configuration file. This works for my Aquaemacs for Mac OS X.
Subscribe to:
Post Comments (Atom)
1 comment:
Mucho gracias! They posted the lisp module but not the instructions how to use it. This works.
- Shompol
Post a Comment