Files
yasnippet/extras/imported/LaTeX-mode/Wrap Selection In/Displaymath ().yasnippet

9 lines
166 B
Plaintext

# -*- mode: snippet -*-
# key: $$
# contributor: Translated from TextMate Snippet
# name: Display Math — \[ … \]
# binding: "^M"
# --
\[
`yas/selected-text`$1
\]