mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Wow!, i finally found a usable vgrind definition for Perl.
This commit is contained in:
parent
aad9af2ba3
commit
d58bdc29c7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18944
@ -137,9 +137,11 @@ or the default),
|
||||
.Pq Fl l Ns Ar yacc ,
|
||||
.Tn LISP
|
||||
.Pq Fl l Ns Ar isp ,
|
||||
and
|
||||
.Tn ICON
|
||||
.Pq Fl l Ns Ar I .
|
||||
.Pq Fl l Ns Ar I ,
|
||||
and
|
||||
.Tn PERL
|
||||
.Pq Fl l Ns Ar perl .
|
||||
.It Fl n
|
||||
forces no keyword bolding
|
||||
.It Fl p Ar postproc
|
||||
|
@ -144,3 +144,14 @@ C++|c++:\
|
||||
ifdef ifndef include undef defined\
|
||||
class const delete friend inline new operator overload private\
|
||||
protected public virtual:
|
||||
#
|
||||
# Hack alert: defining function calls as `alternate comments' (ab/ae) seems
|
||||
# to be the only way to avoid major confusion inside vfontedpr for calls like:
|
||||
# &packagename'function;
|
||||
#
|
||||
Perl|perl|pl:\
|
||||
:pb=sub\d\p\d:bb={:be=}:cb=#:ce=$:tl:\
|
||||
:ab=&:ae=(;|\d|,):\
|
||||
:sb=":se=(\e"|$):lb=':le=(\e'|$):\
|
||||
:kw=do if unless while until else elsif for foreach continue\
|
||||
next redo sub last goto return die exit require:
|
||||
|
Loading…
Reference in New Issue
Block a user