mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
17 lines
466 B
Plaintext
17 lines
466 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>data ${1:Type} = ${0:Other}</string>
|
|
<key>name</key>
|
|
<string>data …</string>
|
|
<key>scope</key>
|
|
<string>source.haskell</string>
|
|
<key>tabTrigger</key>
|
|
<string>dat</string>
|
|
<key>uuid</key>
|
|
<string>4C5EC5BB-6AE1-4825-AB50-1CF4741285E9</string>
|
|
</dict>
|
|
</plist>
|