mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-07 08:08:19 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: cdata
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: CDATA
|
||||
# --
|
||||
<![CDATA[$0]]>
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Special: Return Inside Empty Open/Close Tags
|
||||
# binding: "
|
||||
"
|
||||
# --
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: xml
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: XML Processing Instruction
|
||||
# --
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: <a
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Long Attribute Tag
|
||||
# --
|
||||
<${1:name} ${2:attr="value"}>$0
|
||||
</${1:name}>
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: <
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Long Tag
|
||||
# --
|
||||
<${1:name}>$0</${1/([^ ]+).*/$1/}>
|
||||
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: >
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Short Tag
|
||||
# --
|
||||
<${1:name} />
|
||||
Reference in New Issue
Block a user