Skip to content

g15ecb/promela-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

promela-mode.el

Slightly modified version of promela-mode.el (see http://spinroot.com/spin/Src/promela-mode.el) to work with Emacs 24.

Tested with Emacs 24.4.

Setup

(add-to-list 'load-path "~/PATH/promela-mode") ; location where you cloned promela-mode
(require 'promela-mode)
(add-to-list 'auto-mode-alist '("\\.pml\\'" . promela-mode))

About

Emacs 24 promela-mode for the Spin model checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published