mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Grammar update
This commit is contained in:
16
vendor/grammars/haskell.tmbundle/Snippets/Haddock Prefix.tmSnippet
vendored
Normal file
16
vendor/grammars/haskell.tmbundle/Snippets/Haddock Prefix.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>^ ${0:documentation}</string>
|
||||
<key>name</key>
|
||||
<string>Haddock Prefix</string>
|
||||
<key>scope</key>
|
||||
<string>source.haskell comment.block</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>^</string>
|
||||
<key>uuid</key>
|
||||
<string>E0E613C1-0760-46BC-A51E-168E658904C5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user