blob: 7d80b4a4274e59d1f330fff7cb38ed969dac0505 [file] [log] [blame]
Jack Jansendbc692e2001-03-10 13:24:41 +00001#include "BBLMTypes.r"
2#include "MacTypes.r"
3
4#define kKeyWords 1057
5
6resource 'BBLF' (128, "Python Language Mappings", purgeable)
7{
8 kCurrentBBLFVersion,
9
10 {
11 kLanguagePython,
12 (kBBLMScansFunctions|kBBLMColorsSyntax|kBBLMIsCaseSensitive),
13 kKeyWords,
14 "Python",
15 {
16 kNeitherSourceNorInclude, ".py",
17 }
18 }
19};
20
21#define VERSION 0x1, 0x0, final, 0x0
22
23resource 'vers' (1) {
24 VERSION,
25 verUS,
26 "1.1",
27 "1.1,"
28};
29
30resource 'vers' (2) {
31 VERSION,
32 verUS,
33 $$Date,
34 $$Date
35};