mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Unnumbered Equation
|
|
# binding: "^["
|
|
# --
|
|
\\[
|
|
$0
|
|
\\] |