home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / fte_036b.zip / fte-0.36 / config / m_sh.fte < prev    next >
Text File  |  1995-10-15  |  467b  |  15 lines

  1. mode SH: PLAIN, '\\.\\cSH$', '^\\#\\![^ ]*sh>' {      # bash,sh,ksh,...
  2.     HilitOn             = 1;
  3.     HilitMode           = 'SH';
  4.     MultiLineHilit      = 1;
  5.     
  6.     SaveFolds           = 2;      # save fold info at end of line
  7.     CommentStart        = ' #';
  8.     CommentEnd          = '';
  9.     
  10.     keyword '-' {
  11.         'case',    'do', 'done', 'elif', 'else', 'esac', 'fi', 'for', 
  12.         'function', 'if', 'in', 'then', 'until', 'while',
  13.     };
  14. }
  15.