home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Editor / FREDV19A.LHA / FrexxEd / fpl / FPLmode.FPL < prev    next >
Encoding:
Text File  |  1995-07-21  |  428 b   |  11 lines

  1. // $Id: FPLmode.FPL 1.2 1995/07/21 10:34:13 jskov Exp $
  2. // $VER: FPLMode.FPL 1.0 (15.06.95) © Jesper Skov
  3.  
  4. //»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» FPLMode settings ««
  5. ConstructInfo("fpl_mode", "","", "LBH","", 0,0,0);
  6. ConstructInfo("fpl_mode_ext", "","", "GSHW","", 0,0,"*fpl*");
  7. ConstructInfo("fpl_mode_exe", "","", "GSHW","", 0,0,"CppModeInit();");
  8.  
  9. AddMode(1, "fpl_mode", "fpl_mode_ext", "fpl_mode_exe");
  10.  
  11.