mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
36 lines
784 B
Plaintext
36 lines
784 B
Plaintext
<?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>fileTypes</key>
|
|
<array>
|
|
<string>.testo</string>
|
|
</array>
|
|
<key>keyEquivalent</key>
|
|
<string>^~P</string>
|
|
<key>name</key>
|
|
<string>Test</string>
|
|
<key>patterns</key>
|
|
<array>
|
|
<dict>
|
|
<key>captures</key>
|
|
<dict>
|
|
<key>1</key>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>punctuation.definition.item.text</string>
|
|
</dict>
|
|
</dict>
|
|
<key>match</key>
|
|
<string>^\s*//.*$\n?</string>
|
|
<key>name</key>
|
|
<string>comment</string>
|
|
</dict>
|
|
</array>
|
|
<key>scopeName</key>
|
|
<string>text.test</string>
|
|
<key>uuid</key>
|
|
<string>313DD4FA-B10E-11D9-9F75-000D93589AF6</string>
|
|
</dict>
|
|
</plist>
|