1 | ; ***************************** Module Header ******************************\
|
---|
2 | ;
|
---|
3 | ; Module Name: default.ini
|
---|
4 | ;
|
---|
5 | ; Defaults for the syntax highlighting of the EPM mode "RC"
|
---|
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=abcdefghijklmnopqrstuvwxyz_#ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
---|
26 | CASESENSITIVE=1
|
---|
27 | DEFEXTENSIONS=RC RCH DLG DL2 RC2 MEN
|
---|
28 | LINECOMMENT=//
|
---|
29 | LINECOMMENTPOS=0
|
---|
30 | LINECOMMENTOVERRIDEMULTI=1
|
---|
31 | LINECOMMENTNEEDSPACE=0
|
---|
32 | LINECOMMENTADDSPACE=1
|
---|
33 | MULTILINECOMMENTSTART=/*
|
---|
34 | MULTILINECOMMENTEND=*/
|
---|
35 | MULTILINECOMMENTNESTED=0
|
---|
36 |
|
---|
37 | [SYMBOLS]
|
---|
38 | ; --- color symbol overrides to implement the color scheme of EPMBBS
|
---|
39 | COMMENT = DEFAULT BROWN
|
---|
40 | LITERAL = DEFAULT LIGHTCYAN
|
---|
41 | SPECIAL = DEFAULT LIGHTRED
|
---|
42 | OPERATOR = DEFAULT LIGHTRED
|
---|
43 | KEYWORD = DEFAULT MAGENTA
|
---|
44 |
|
---|