mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 02:14:17 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Beamer Overlay Specification
|
||||
# binding: "^<"
|
||||
# --
|
||||
<${1:+-}>
|
||||
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: begin
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: \begin{}…\end{}
|
||||
# --
|
||||
\\begin{${1:env}}
|
||||
${1/(enumerate|itemize|list)|(description)|.*/(?1:\item )(?2:\item)/}$0
|
||||
\\end{${1:env}}
|
||||
Reference in New Issue
Block a user