Provides Emacs font-lock and indentation for ProGuard configuration files.
Add proguard-mode.el
to your load path and put the following in your
configuration file.
(require 'proguard-mode)
By default proguard-mode
will be enabled on files proguard-*.txt
and proguard-*.pro
.
To enable in files with .pro
extension:
(add-to-list 'auto-mode-alist '("\\.pro$" . proguard-mode))