This is my p list:
db.tmLanguage
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>rb</string>
</array>
<key>name</key>
<string>debugger</string>
<key>patterns</key>
<array>
<dict>
<key>comment</key>
<string>Tab stops like $1, $2...</string>
<key>match</key>
<string>\b(debugger)</string>
<key>name</key>
<string>keyword.control.ruby</string>
</dict>
</array>
<key>scopeName</key>
<string>source.ruby</string>
<key>uuid</key>
<string>2399a3f7-bce3-4292-adf5-bbd2695f01f5</string>
</dict>
</plist>