mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
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>txt</string>
|
|
</array>
|
|
<key>keyEquivalent</key>
|
|
<string>^~P</string>
|
|
<key>name</key>
|
|
<string>Plain Text</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>meta.bullet-point.strong.text</string>
|
|
</dict>
|
|
<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>meta.bullet-point.light.text</string>
|
|
</dict>
|
|
<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>meta.bullet-point.star.text</string>
|
|
</dict>
|
|
<dict>
|
|
<key>begin</key>
|
|
<string>^([ \t]*)(?=\S)</string>
|
|
<key>contentName</key>
|
|
<string>meta.paragraph.text</string>
|
|
<key>end</key>
|
|
<string>^(?!\1(?=\S))</string>
|
|
</dict>
|
|
</array>
|
|
<key>scopeName</key>
|
|
<string>text.plain</string>
|
|
<key>uuid</key>
|
|
<string>3130E4FA-B10E-11D9-9F75-000D93589AF6</string>
|
|
</dict>
|
|
</plist>
|