summaryrefslogtreecommitdiffstats
path: root/Mac/Contrib/BBPy.lm/BBpy.r
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Contrib/BBPy.lm/BBpy.r')
-rw-r--r--Mac/Contrib/BBPy.lm/BBpy.r35
1 files changed, 35 insertions, 0 deletions
diff --git a/Mac/Contrib/BBPy.lm/BBpy.r b/Mac/Contrib/BBPy.lm/BBpy.r
new file mode 100644
index 0000000..7d80b4a
--- /dev/null
+++ b/Mac/Contrib/BBPy.lm/BBpy.r
@@ -0,0 +1,35 @@
+#include "BBLMTypes.r"
+#include "MacTypes.r"
+
+#define kKeyWords 1057
+
+resource 'BBLF' (128, "Python Language Mappings", purgeable)
+{
+ kCurrentBBLFVersion,
+
+ {
+ kLanguagePython,
+ (kBBLMScansFunctions|kBBLMColorsSyntax|kBBLMIsCaseSensitive),
+ kKeyWords,
+ "Python",
+ {
+ kNeitherSourceNorInclude, ".py",
+ }
+ }
+};
+
+#define VERSION 0x1, 0x0, final, 0x0
+
+resource 'vers' (1) {
+ VERSION,
+ verUS,
+ "1.1",
+ "1.1,"
+};
+
+resource 'vers' (2) {
+ VERSION,
+ verUS,
+ $$Date,
+ $$Date
+};