mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 18:34:17 +00:00
Last commit before tagging and releasing
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Environment — \begin{}…\end{}
|
||||
# binding: "^@W"
|
||||
# --
|
||||
${TM_SELECTED_TEXT/(\s*).*/$1/m}\begin{${1:environment}}
|
||||
${TM_SELECTED_TEXT/(.+)|\n\z/(?1:\t$0)/g}
|
||||
${TM_SELECTED_TEXT/(\s*).*/$1/m}\end{${1:environment}}
|
||||
Reference in New Issue
Block a user