summaryrefslogtreecommitdiff
path: root/editors/Textmate/Prado.tmbundle/Snippets/THyperLink.tmSnippet
blob: 2e5d6874c9be13846925648aaedcc9040393a5c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>content</key>
	<string>&lt;com:THyperLink NavigateUrl="${1:https://github.com/pradosoft/prado}" Text="${2:Prado framework}" /&gt;$0</string>
	<key>name</key>
	<string>THyperLink</string>
	<key>scope</key>
	<string>text.html</string>
	<key>tabTrigger</key>
	<string>THyperLink</string>
	<key>uuid</key>
	<string>618046BE-DF8E-489C-A8BC-24A15CF2AD7A</string>
</dict>
</plist>