mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
18 lines
479 B
Plaintext
18 lines
479 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>class ${1:Class} where
|
|
${0:definition}</string>
|
|
<key>name</key>
|
|
<string>class …</string>
|
|
<key>scope</key>
|
|
<string>source.haskell</string>
|
|
<key>tabTrigger</key>
|
|
<string>cla</string>
|
|
<key>uuid</key>
|
|
<string>23F6173A-6390-46FF-865C-F59AB70E360A</string>
|
|
</dict>
|
|
</plist>
|