in reply to [Emacs] patching cperl-mode to highlight syntax without POD newlines
If you are just reading the code, why not filter the source files to convert the "pod blocks" into ordinary comment blocks. For example:
#=h1 ------------------------------------------------------- # DEFAULT_getaction # => bla bla # => blubber di blub #=cut ------------------------------------------------------ sub DEFAULT_getaction{ my( $cmd, $sth, @row , $jahrpr ) ; # ...
Even if you are editing the code, this transformation is reversible, if needed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [Emacs] patching cperl-mode to highlight syntax without POD newlines
by LanX (Saint) on Apr 24, 2015 at 16:46 UTC | |
by RonW (Parson) on Apr 24, 2015 at 18:19 UTC |