* Imported ""# condition:" directive to all snippets

* Start writing the insert tag snippet-command
This commit is contained in:
capitaomorte
2009-10-18 22:18:07 +00:00
parent 088ba32300
commit fb1a98dcbf
59 changed files with 115 additions and 8 deletions
@@ -2,5 +2,6 @@
# key: arrow
# contributor: Translated from TextMate Snippet
# name: →
## condition: "text.html"
# --
→
@@ -2,5 +2,6 @@
# key: backspace
# contributor: Translated from TextMate Snippet
# name: ⌫
## condition: "text.html"
# --
⌫
@@ -2,5 +2,6 @@
# key: backtab
# contributor: Translated from TextMate Snippet
# name: ⇤
## condition: "text.html"
# --
⇤
@@ -2,5 +2,6 @@
# key: command
# contributor: Translated from TextMate Snippet
# name: ⌘
## condition: "text.html"
# --
⌘
@@ -2,5 +2,6 @@
# key: control
# contributor: Translated from TextMate Snippet
# name: ⌃
## condition: "text.html"
# --
⌃
@@ -2,5 +2,6 @@
# key: delete
# contributor: Translated from TextMate Snippet
# name: ⌦
## condition: "text.html"
# --
⌦
@@ -2,5 +2,6 @@
# key: down
# contributor: Translated from TextMate Snippet
# name: ↓
## condition: "text.html"
# --
↓
@@ -2,5 +2,6 @@
# key: enter
# contributor: Translated from TextMate Snippet
# name: ⌅
## condition: "text.html"
# --
⌅
@@ -2,5 +2,6 @@
# key: escape
# contributor: Translated from TextMate Snippet
# name: ⎋
## condition: "text.html"
# --
⎋
@@ -2,5 +2,6 @@
# key: left
# contributor: Translated from TextMate Snippet
# name: ←
## condition: "text.html"
# --
←
@@ -2,5 +2,6 @@
# key: option
# contributor: Translated from TextMate Snippet
# name: ⌥
## condition: "text.html"
# --
⌥
@@ -2,5 +2,6 @@
# key: return
# contributor: Translated from TextMate Snippet
# name: ↩
## condition: "text.html"
# --
↩
@@ -2,5 +2,6 @@
# key: right
# contributor: Translated from TextMate Snippet
# name: →
## condition: "text.html"
# --
→
@@ -2,5 +2,6 @@
# key: shift
# contributor: Translated from TextMate Snippet
# name: ⇧
## condition: "text.html"
# --
⇧
@@ -2,5 +2,6 @@
# key: tab
# contributor: Translated from TextMate Snippet
# name: ⇥
## condition: "text.html"
# --
⇥
@@ -2,5 +2,6 @@
# key: up
# contributor: Translated from TextMate Snippet
# name: ↑
## condition: "text.html"
# --
↑
@@ -1,6 +1,7 @@
# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: Non-Breaking Space
# binding: "~ "
## binding: "~ "
## condition: "text.html"
# --