source: trunk/src/netlabs/mode/fortran77/default.ini@ 2417

Last change on this file since 2417 was 2417, checked in by Andreas Schnellbacher, 14 years ago
  • Added svn keywords.
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 1.7 KB
Line 
1; ***************************** Module Header ******************************\
2;
3; Module Name: default.ini
4;
5; Defaults for the syntax highlighting of the EPM mode "FORTRAN77"
6;
7; Copyright (c) Netlabs EPM Distribution Project 2002
8;
9; $Id: default.ini 2417 2011-05-15 23:32:51Z aschn $
10;
11; ===========================================================================
12;
13; This file is part of the Netlabs EPM Distribution package and is free
14; software. You can redistribute it and/or modify it under the terms of the
15; GNU General Public License as published by the Free Software
16; Foundation, in version 2 as it comes in the "COPYING" file of the
17; Netlabs EPM Distribution. This library is distributed in the hope that it
18; will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
19; of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20; General Public License for more details.
21;
22; **************************************************************************/
23
24[GLOBAL]
25CHARSET=ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
26CASESENSITIVE=1
27; OW13 extension CHARSET=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012345678
28; OW13 extension CASESENSITIVE=0
29DEFEXTENSIONS=FOR
30LINECOMMENT=C *
31LINECOMMENTPOS=1 1
32LINECOMMENTOVERRIDEMULTI=0 0
33LINECOMMENTADDSPACE=0 0
34LINECOMMENTNEEDSPACE=0 0
35; OW13 extension LINECOMMENT=C * c !
36; OW13 extension LINECOMMENTPOS=1 1 1 -6
37; OW13 extension LINECOMMENTOVERRIDEMULTI=0 0 0 0
38; OW13 extension LINECOMMENTADDSPACE=0 0 0 0
39; OW13 extension LINECOMMENTNEEDSPACE=0 0 0 0
40
41[SYMBOLS]
42; --- color symbol overrides to implement the color scheme of EPMBBS
43COMMENT = YELLOW BLACK
44LITERAL = DEFAULT GREEN
45SPECIAL = DEFAULT RED
46EXECUTABLE = BLUE WHITE
47NONEXECUTABLE = DEFAULT LIGHTBLUE
48FUNCTION = DEFAULT CYAN
49
Note: See TracBrowser for help on using the repository browser.