home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / wwed034b.zip / fte-0.34 / config / m_ada.fte < prev    next >
Text File  |  1995-10-15  |  1KB  |  32 lines

  1.  
  2. mode Ada: PLAIN, '\\.\\c{ADS}|{ADB}$' {               # Ada mode
  3.     HilitOn             = 1;
  4.     HilitMode           = 'Ada';
  5.     AutoIndent          = 1;
  6.     IndentMode          = 'PLAIN';
  7.     TabSize             = 8;
  8.     SpaceTabs           = 1;
  9.     MatchCase           = 1;
  10.     Trim                = 1;
  11.     MultiLineHilit      = 0;
  12.     
  13.     RoutineRegexp       = '^\\s+{function}|{procedure}\\s';
  14.     
  15.     SaveFolds           = 2;      # save fold info at end of line
  16.     CommentStart        = ' --';
  17.     CommentEnd          = '';
  18.     
  19.     keyword '-' {
  20.         'abort', 'else', 'new', 'return',  'abs', 'elsif', 'not', 'reverse',
  21.         'abstract', 'end', 'null', 'accept',  'entry', 'select', 'access',
  22.         'exception', 'separate', 'aliased',  'exit', 'of', 'subtype', 'all',
  23.         'or', 'and', 'for', 'others',  'tagged', 'array', 'function', 'out',
  24.         'task', 'at', 'terminate',  'generic', 'package', 'then', 'begin',
  25.         'goto', 'pragma', 'type', 'body',  'private', 'if', 'procedure',
  26.         'case', 'in',  'protected', 'until', 'constant', 'is',  'use', 'raise',
  27.         'declare', 'range',  'when', 'delay', 'limited', 'record',  'while',
  28.         'delta', 'loop', 'rem',  'with', 'digits', 'renames', 'do',  'mod',
  29.         'requeue', 'xor',
  30.     }; 
  31. }
  32.