repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
append(): Fixing the test for convertability after consultation with
[python/dscho.git]
/
Mac
/
Contrib
/
BBPy.lm
/
BBpy.r
blob
7d80b4a4274e59d1f330fff7cb38ed969dac0505
1
#include "BBLMTypes.r"
2
#include "MacTypes.r"
3
4
#define kKeyWords 1057
5
6
resource
'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
23
resource
'vers'
(
1
) {
24
VERSION
,
25
verUS
,
26
"1.1"
,
27
"1.1,"
28
};
29
30
resource
'vers'
(
2
) {
31
VERSION
,
32
verUS
,
33
$$Date
,
34
$$Date
35
};