Deleted Added
full compact
vgrindefs.src (1591) vgrindefs.src (18944)
1# Copyright (c) 1987, 1993
2# The Regents of the University of California. All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 130 unchanged lines hidden (view full) ---

139 :le=\e':tl:\
140 :kw=asm auto break case char continue default do double else enum\
141 extern float for fortran goto if int long register return short\
142 sizeof static struct switch typedef union unsigned while void #define\
143 #else #endif #if #ifdef #ifndef #include #undef # define endif\
144 ifdef ifndef include undef defined\
145 class const delete friend inline new operator overload private\
146 protected public virtual:
1# Copyright (c) 1987, 1993
2# The Regents of the University of California. All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 130 unchanged lines hidden (view full) ---

139 :le=\e':tl:\
140 :kw=asm auto break case char continue default do double else enum\
141 extern float for fortran goto if int long register return short\
142 sizeof static struct switch typedef union unsigned while void #define\
143 #else #endif #if #ifdef #ifndef #include #undef # define endif\
144 ifdef ifndef include undef defined\
145 class const delete friend inline new operator overload private\
146 protected public virtual:
147#
148# Hack alert: defining function calls as `alternate comments' (ab/ae) seems
149# to be the only way to avoid major confusion inside vfontedpr for calls like:
150# &packagename'function;
151#
152Perl|perl|pl:\
153 :pb=sub\d\p\d:bb={:be=}:cb=#:ce=$:tl:\
154 :ab=&:ae=(;|\d|,):\
155 :sb=":se=(\e"|$):lb=':le=(\e'|$):\
156 :kw=do if unless while until else elsif for foreach continue\
157 next redo sub last goto return die exit require: