mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
* Fix issue 113: invalid filenames on Windows. Thanks claudio.bley!
This commit is contained in:
8
extras/imported/LaTeX-mode/Insert/begin{}end{}.yasnippet
Normal file
8
extras/imported/LaTeX-mode/Insert/begin{}end{}.yasnippet
Normal file
@@ -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