mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Grammar update
This commit is contained in:
17
vendor/grammars/haskell.tmbundle/Snippets/Hashbang.tmSnippet
vendored
Normal file
17
vendor/grammars/haskell.tmbundle/Snippets/Hashbang.tmSnippet
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user