mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 01:44:19 +00:00
* Imported ""# condition:" directive to all snippets
* Start writing the insert tag snippet-command
This commit is contained in:
@@ -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"
|
||||
# --
|
||||
|
||||
Reference in New Issue
Block a user