The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Emacs::TapMode - Emacs major mode for editing .tap-files

VERSION

version 0.06

DESRIPTION

TAP is the Test Anything Protocol, a communication protocol between unit tests and a test harness.

This mode mainly defines a grammar for syntax highlighting of TAP files.

USAGE

Put the file tap-mode.el into your load-path and the following into your ~/.emacs:

    (require 'tap-mode)

To associate tap-mode with .tap files add the following to your ~/.emacs:

    (add-to-list 'auto-mode-alist '("\\.tap$" . tap-mode))

To automatically turn on font-lock-mode add the following to your ~/.emacs:

    (add-hook 'tap-mode-hook 'font-lock-mode)

SEE ALSO

For the actual mode please refer to tap-mode.el.

AUTHOR

Steffen Schwigon <ss5@renormalist.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Steffen Schwigon.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007