yasnippet-snippets/snippets/html-mode/th

6 lines
131 B
Text
Raw Normal View History

2019-03-09 19:35:58 +01:00
# -*- mode: snippet -*-
# contributor : Jimmy Wu <frozenthrone88@gmail.com>
# name: <th>...</th>
# group : table
# --
<th$1>$2</th>