2 ;;; Emacs support for working on the source code of the Parrot virtual
5 ;; Note that the support for editing pasm files is currently in the separate
6 ;; file "pasm.el". This file is for editing the Parrot VM source.
8 ;; To use this file, copy it to a known location and add this statement to
11 ;; (load-file "/known/location/parrot.el")
16 (indent-tabs-mode . nil
)
22 (statement-case-intro .
*)
26 (setq auto-mode-alist
(cons '("\\.pmc$" . c-mode
) auto-mode-alist
))
28 (setq auto-mode-alist
(cons '("\\.ops$" . perl-mode
) auto-mode-alist
))