mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Grammar update
This commit is contained in:
16
vendor/grammars/haskell.tmbundle/Snippets/data _.tmSnippet
vendored
Normal file
16
vendor/grammars/haskell.tmbundle/Snippets/data _.tmSnippet
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>data ${1:Type} = ${0:Other}</string>
|
||||
<key>name</key>
|
||||
<string>data …</string>
|
||||
<key>scope</key>
|
||||
<string>source.haskell</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>dat</string>
|
||||
<key>uuid</key>
|
||||
<string>4C5EC5BB-6AE1-4825-AB50-1CF4741285E9</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user