source: trunk/src/netlabs/mode/rc/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.5 KB
Line 
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]
25CHARSET=abcdefghijklmnopqrstuvwxyz_#ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
26CASESENSITIVE=1
27DEFEXTENSIONS=RC RCH DLG DL2 RC2 MEN
28LINECOMMENT=//
29LINECOMMENTPOS=0
30LINECOMMENTOVERRIDEMULTI=1
31LINECOMMENTNEEDSPACE=0
32LINECOMMENTADDSPACE=1
33MULTILINECOMMENTSTART=/*
34MULTILINECOMMENTEND=*/
35MULTILINECOMMENTNESTED=0
36
37[SYMBOLS]
38; --- color symbol overrides to implement the color scheme of EPMBBS
39COMMENT = DEFAULT BROWN
40LITERAL = DEFAULT LIGHTCYAN
41SPECIAL = DEFAULT LIGHTRED
42OPERATOR = DEFAULT LIGHTRED
43KEYWORD = DEFAULT MAGENTA
44
Note: See TracBrowser for help on using the repository browser.