mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
18 lines
478 B
Plaintext
18 lines
478 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>#!/usr/bin/env ${1:runhaskell}
|
|
</string>
|
|
<key>name</key>
|
|
<string>#!/usr/bin/env…</string>
|
|
<key>scope</key>
|
|
<string>source.haskell</string>
|
|
<key>tabTrigger</key>
|
|
<string>#!</string>
|
|
<key>uuid</key>
|
|
<string>54495635-CC26-4C14-A202-5C0CA4B078C2</string>
|
|
</dict>
|
|
</plist>
|