mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Grammar update
This commit is contained in:
18
vendor/grammars/haskell.tmbundle/Snippets/case _ of _.tmSnippet
vendored
Normal file
18
vendor/grammars/haskell.tmbundle/Snippets/case _ of _.tmSnippet
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>case ${1:expression} of
|
||||
${2:pattern} -> ${3:expression}
|
||||
${4:otherwise} -> ${5:expression}</string>
|
||||
<key>name</key>
|
||||
<string>case … of …</string>
|
||||
<key>scope</key>
|
||||
<string>source.haskell</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>case</string>
|
||||
<key>uuid</key>
|
||||
<string>DD1D7C05-BC60-4E62-BC8C-9230A32C2533</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user