freebsd-ports/editors/lpe/files/patch-sgmlmode.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

11 lines
895 B
C

--- src/modes/sgmlmode.c.orig Sun Dec 9 21:23:46 2001
+++ src/modes/sgmlmode.c Sun Dec 9 21:24:16 2001
@@ -71,7 +71,7 @@
mode_util_set_slang_color("sgmlmode", "argument", COLOR_ARGUMENT, "blue", "black" );
mode_util_set_slang_color("sgmlmode", "special", COLOR_SPECIAL, "brown", "black" );
mode_util_set_slang_color("sgmlmode", "value", COLOR_VALUE, "brightblue", "black" );
- mode_util_set_slang_color("sgmlmode", "slash_text", COLOR_SLASH_TEXT, "magneta", "black" );
+ mode_util_set_slang_color("sgmlmode", "slash_text", COLOR_SLASH_TEXT, "magenta", "black" );
mode_util_set_slang_color("sgmlmode", "symbol", COLOR_SYMBOL, COLOR_SYMBOL_FG, COLOR_SYMBOL_BG );
mode_util_set_slang_color("sgmlmode", "brace", COLOR_BRACE, COLOR_BRACE_FG, COLOR_BRACE_BG );
mode_util_set_slang_color("sgmlmode", "illegal", COLOR_ILLEGAL, COLOR_ILLEGAL_FG, COLOR_ILLEGAL_BG );