Skip to content

espinoco/proguard-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProGuard mode

Provides Emacs font-lock and indentation for ProGuard configuration files.

Installation

Add proguard-mode.el to your load path and put the following in your configuration file.

(require 'proguard-mode)

ProGuard configuration files

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))

About

Emacs support for the ProGuard configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published