freebsd-ports/editors/lpe/files/patch-perlmode.c
Maxim Sobolev 3f2c56f12b o Change maintainer to ryan@sasknow.com
o Update lpe from 1.2.5_2 to newest release, 1.2.6
o Update MASTER_SITES, WWW, and author's email to
  reflect new location
o Update/delete patch files for new version:
    + Bug fix patches corrected by 1.2.6 removed
    + New bug fix to correct man page language (cz vs. cs)
    + New bug fix to correct syntax highlighting in some
      editing modes
    (New bug fixes have been sent to the author for
    inclusion in the next official release)

PR:		32915
Submitted by:	Ryan Thompson <ryan@sasknow.com>
Approved by:	old maintainer
2001-12-21 08:34:33 +00:00

12 lines
845 B
C

--- src/modes/perlmode.c.orig Sun Dec 9 16:54:40 2001
+++ src/modes/perlmode.c Sun Dec 9 16:54:56 2001
@@ -156,7 +156,7 @@
mode_util_set_slang_color ( "cmode", "illegal", COLOR_ILLEGAL, COLOR_ILLEGAL_FG, COLOR_ILLEGAL_BG );
mode_util_set_slang_color ( "cmode", "debug", COLOR_DEBUG, COLOR_DEBUG_FG, COLOR_DEBUG_BG );
mode_util_set_slang_color ( "perlmode", "variable", COLOR_VARIABLE, "brightcyan", "black" );
- mode_util_set_slang_color ( "perlmode", "shell", COLOR_SHELL, "magneta", "black" );
+ mode_util_set_slang_color ( "perlmode", "shell", COLOR_SHELL, "magenta", "black" );
#ifdef HIGHLIGHT_REGEXPS
- mode_util_set_slang_color ( "perlmode", "regexp", COLOR_REGEXP, "magneta", "black" );
+ mode_util_set_slang_color ( "perlmode", "regexp", COLOR_REGEXP, "magenta", "black" );
#endif /* HIGHLIGHT_REGEXPS */