Skip to content

Commit

Permalink
• remove mention of tab trigger from the name
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/HTML.tmbundle@3648 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Jun 14, 2006
1 parent b63db00 commit e9b3059
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Snippets/DocType HTML 4.0 Strict.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"http://www.w3.org/TR/html4/strict.dtd">
</string>
<key>name</key>
<string>HTML — 4.01 Strict (doctype)</string>
<string>HTML — 4.01 Strict</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/DocType XHTL 1.0 Frameset.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;
</string>
<key>name</key>
<string>XHTML — 1.0 Frameset (doctype)</string>
<string>XHTML — 1.0 Frameset</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/DocType XHTML 1.0 Strict.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
</string>
<key>name</key>
<string>XHTML — 1.0 Strict (doctype)</string>
<string>XHTML — 1.0 Strict</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/DocType XHTML 1.0 Transitional.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
</string>
<key>name</key>
<string>XHTML — 1.0 Transitional (doctype)</string>
<string>XHTML — 1.0 Transitional</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/DocType XHTML 1.1.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;
</string>
<key>name</key>
<string>XHTML — 1.1 (doctype)</string>
<string>XHTML — 1.1</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/Embed QT movie (movie).plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/&gt;
&lt;/object&gt;</string>
<key>name</key>
<string>Embed QT Movie (movie)</string>
<string>Embed QT Movie</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/HTML — 4.0 Transitional (doctype).plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
</string>
<key>name</key>
<string>HTML — 4.0 Transitional (doctype)</string>
<string>HTML — 4.0 Transitional</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <input>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;input type="${1:text/submit/hidden/button}" name="${2:some_name}" value="$3"${4: id="${5:$2}"} /&gt;</string>
<key>name</key>
<string>Input (input)</string>
<string>Input</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <textarea>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;textarea name="${1:Name}" rows="${2:8}" cols="${3:40}"&gt;$0&lt;/textarea&gt;</string>
<key>name</key>
<string>Text Area (textarea)</string>
<string>Text Area</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <a mailto: >.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;a href="mailto:${1:joe@example.com}?subject=${2:feedback}"&gt;${3:email me}&lt;/a&gt;</string>
<key>name</key>
<string>Mail Anchor (mailto)</string>
<string>Mail Anchor</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <base>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;base href="$1"${2: target="$3"} /&gt;</string>
<key>name</key>
<string>Base (base)</string>
<string>Base</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <body>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$0
&lt;/body&gt;</string>
<key>name</key>
<string>Body (body)</string>
<string>Body</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <div>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
${0:$TM_SELECTED_TEXT}
&lt;/div&gt;</string>
<key>name</key>
<string>Div (div)</string>
<string>Div</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <form>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
&lt;p&gt;&lt;input type="submit" value="Continue &amp;rarr;" /&gt;&lt;/p&gt;
&lt;/form&gt;</string>
<key>name</key>
<string>Form (form)</string>
<string>Form</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <h1>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;h1 id="${1/[[:alpha:]]+|( )/(?1:_:\L$0)/g}"&gt;${1:$TM_SELECTED_TEXT}&lt;/h1&gt;</string>
<key>name</key>
<string>Heading (h1)</string>
<string>Heading</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <head>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$0
&lt;/head&gt;</string>
<key>name</key>
<string>Head (head)</string>
<string>Head</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <link>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;link rel="${1:stylesheet}" href="${2:/css/master.css}" type="text/css" media="${3:screen}" title="${4:no title}" charset="${5:utf-8}" /&gt;</string>
<key>name</key>
<string>Link (link)</string>
<string>Link</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <meta>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;meta name="${1:name}" content="${2:content}" /&gt;</string>
<key>name</key>
<string>Meta (meta)</string>
<string>Meta</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <script src...>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;script src="$1" type="text/javascript" charset="${3:utf-8}"&gt;&lt;/script&gt;</string>
<key>name</key>
<string>Script With External Source (scriptsrc)</string>
<string>Script With External Source</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <script>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$0
&lt;/script&gt;</string>
<key>name</key>
<string>Script (script)</string>
<string>Script</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <style>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
&lt;/style&gt;
</string>
<key>name</key>
<string>Style (style)</string>
<string>Style</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <table>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
&lt;tr&gt;&lt;td&gt;${0:Data}&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</string>
<key>name</key>
<string>Table (table)</string>
<string>Table</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/XHTML <title>.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;title&gt;${1:${TM_FILENAME/((.+)\..*)?/(?2:$2:Page Title)/}}&lt;/title&gt;</string>
<key>name</key>
<string>Title (title)</string>
<string>Title</string>
<key>scope</key>
<string>text.html</string>
<key>tabTrigger</key>
Expand Down

0 comments on commit e9b3059

Please sign in to comment.