about summary refs log tree commit diff stats
path: root/js/baba-yaga/dev/textmate/Baba Yaga.tmbundle/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'js/baba-yaga/dev/textmate/Baba Yaga.tmbundle/Info.plist')
-rw-r--r--js/baba-yaga/dev/textmate/Baba Yaga.tmbundle/Info.plist34
1 files changed, 34 insertions, 0 deletions
diff --git a/js/baba-yaga/dev/textmate/Baba Yaga.tmbundle/Info.plist b/js/baba-yaga/dev/textmate/Baba Yaga.tmbundle/Info.plist
new file mode 100644
index 0000000..e037606
--- /dev/null
+++ b/js/baba-yaga/dev/textmate/Baba Yaga.tmbundle/Info.plist
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>${EXECUTABLE_NAME}</string>
+	<key>CFBundleIdentifier</key>
+	<string>com.textmate.baba-yaga</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>Baba Yaga</string>
+	<key>CFBundlePackageType</key>
+	<string>BNDL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0</string>
+	<key>CFBundleVersion</key>
+	<string>1</string>
+	<key>contactEmail</key>
+	<string>your-email@example.com</string>
+	<key>contactName</key>
+	<string>Your Name</string>
+	<key>description</key>
+	<string>Syntax highlighting for Baba Yaga programming language</string>
+	<key>license</key>
+	<string>MIT</string>
+	<key>repository</key>
+	<string>https://github.com/your-username/baba-yaga</string>
+	<key>uuid</key>
+	<string>BABA-YAGA-UUID-HERE</string>
+</dict>
+</plist>