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]
|
---|
25 | CHARSET=ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
---|
26 | CASESENSITIVE=1
|
---|
27 | ; OW13 extension CHARSET=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012345678
|
---|
28 | ; OW13 extension CASESENSITIVE=0
|
---|
29 | DEFEXTENSIONS=FOR
|
---|
30 | LINECOMMENT=C *
|
---|
31 | LINECOMMENTPOS=1 1
|
---|
32 | LINECOMMENTOVERRIDEMULTI=0 0
|
---|
33 | LINECOMMENTADDSPACE=0 0
|
---|
34 | LINECOMMENTNEEDSPACE=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
|
---|
43 | COMMENT = YELLOW BLACK
|
---|
44 | LITERAL = DEFAULT GREEN
|
---|
45 | SPECIAL = DEFAULT RED
|
---|
46 | EXECUTABLE = BLUE WHITE
|
---|
47 | NONEXECUTABLE = DEFAULT LIGHTBLUE
|
---|
48 | FUNCTION = DEFAULT CYAN
|
---|
49 |
|
---|