Skip to content

Commit

Permalink
add My Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rochefort committed Nov 15, 2011
1 parent 167a0d4 commit 3b3fc73
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
50 changes: 50 additions & 0 deletions My Bundle.tmbundle/Syntaxes/My Common.tmLanguage
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?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>name</key>
<string>My Common</string>
<key>patterns</key>
<array>
<dict>
<key>include</key>
<string>#whitespace-zenkaku</string>
</dict>
<dict>
<key>include</key>
<string>#whitespace-last-line</string>
</dict>
</array>
<key>repository</key>
<dict>
<key>whitespace-last-line</key>
<dict>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>\s$</string>
<key>name</key>
<string>invalid.whitespace-last-line</string>
</dict>
</array>
</dict>
<key>whitespace-zenkaku</key>
<dict>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string> </string>
<key>name</key>
<string>invalid.whitespace-zenkaku</string>
</dict>
</array>
</dict>
</dict>
<key>scopeName</key>
<string>my.common</string>
<key>uuid</key>
<string>8432CB0B-200C-4D58-9C3C-1C1F50E9F57D</string>
</dict>
</plist>
14 changes: 14 additions & 0 deletions My Bundle.tmbundle/info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>name</key>
<string>My Bundle</string>
<key>ordering</key>
<array>
<string>8432CB0B-200C-4D58-9C3C-1C1F50E9F57D</string>
</array>
<key>uuid</key>
<string>9E6D4AF0-8DB3-4113-9DE9-3338CE8DA4E5</string>
</dict>
</plist>

0 comments on commit 3b3fc73

Please sign in to comment.