home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / fte0827.zip / config / m_resdlg.fte < prev    next >
Text File  |  1999-05-16  |  942b  |  32 lines

  1. # OS/2 and Win* resource file (.RC)
  2.  
  3. colorize RESOURCE {
  4.     SyntaxParser = 'C';
  5.     
  6.     color {
  7.         { 'Normal',        'Editor_Default' },
  8.         { 'Number',        'Lang_DecimalNumber' },
  9.         { 'HexNumber',     'Lang_HexNumber' },
  10.         { 'Punctuation',   'Lang_Punctuation' },
  11.         { 'String',        'Lang_String' },
  12.         { 'Comment',       'Lang_Comment' },
  13.         { 'CPreprocessor', 'Lang_Preprocessor' },
  14.         { 'Function',      'Lang_Function' },
  15.         { 'Label',         'Lang_Label' },
  16.     };
  17.  
  18.     # keywords need to be defined... for os2 and win*
  19. }
  20.  
  21. mode RESOURCE: PLAIN {           # Resource file
  22.     FileNameRx          = /\.\c{RC}|{DLG}$/;
  23.     HilitOn             = 1;
  24.     Colorizer           = 'RESOURCE';
  25.     MultiLineHilit      = 1;
  26.     AutoHilitParen      = 1;
  27.     
  28.     SaveFolds           = 2;      # save fold info at end of line
  29.     CommentStart        = ' /*';
  30.     CommentEnd          = '*/';
  31. }
  32.