
Pod::Parser::Groffmom - Color formatting for groff -mom.

Version 0.042

The following syntaxes are from Syntax::Highlight::Engine::Kate. See that module for a (possibly) more up-to-date list. Enter these names exactly as seen:
=begin highlight Common Lisp
(eval-after-load "cperl-mode"
'(add-hook 'cperl-mode-hook
(lambda () (local-set-key "\C-ct" 'cperl-prove))))
(defun cperl-prove ()
"Run the current test."
(interactive)
(shell-command (concat "prove -lv --merge -It/tests "
(shell-quote_argument (buffer-file-name)))))
=end highlight