10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# contributor: Song Qiang <tsiangsung@gmail.com>
|
||
|
# key: math
|
||
|
# group: math
|
||
|
# name: displaymath \[ ... \]
|
||
|
# --
|
||
|
\[
|
||
|
$1
|
||
|
\]
|