mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
19 lines
515 B
Plaintext
19 lines
515 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>content</key>
|
|
<string>if ${1:condition}
|
|
then ${2:expression}
|
|
else ${3:expression}</string>
|
|
<key>name</key>
|
|
<string>if … then … else …</string>
|
|
<key>scope</key>
|
|
<string>source.haskell</string>
|
|
<key>tabTrigger</key>
|
|
<string>if</string>
|
|
<key>uuid</key>
|
|
<string>5F2050D1-1347-40CE-854E-24B2BF389849</string>
|
|
</dict>
|
|
</plist>
|