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/instance _.tmSnippet
vendored
Normal file
17
vendor/grammars/haskell.tmbundle/Snippets/instance _.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>instance ${1:Class} ${2:Type} where
|
||||
${0:definition}</string>
|
||||
<key>name</key>
|
||||
<string>instance …</string>
|
||||
<key>scope</key>
|
||||
<string>source.haskell</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>ins</string>
|
||||
<key>uuid</key>
|
||||
<string>26F8FAFE-4438-4D3C-A453-AAB72FD0F719</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user