yasnippet/extras/imported/LaTeX-mode/Wrap Selection In/Wrap in left-right.yasnippet
capitaomorte b3b3c12749 * Applied rest of rename plan for issue 113, some changed manually
* Some manual tweaking will be needed
2009-10-30 09:28:38 +00:00

6 lines
179 B
Plaintext

# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: left…right — \left…\right
# binding: "^L"
# --
${TM_SELECTED_TEXT/(.*)(.)/\\left$1\\right$2/}