mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 08:24:18 +00:00
Last commit before tagging and releasing
This commit is contained in:
7
extras/imported/LaTeX-mode/Tables/New Line.yasnippet
Normal file
7
extras/imported/LaTeX-mode/Tables/New Line.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Add Row
|
||||
# binding: ""
|
||||
# --
|
||||
\\\\
|
||||
$0${TM_CURRENT_LINE/^[^&]+|[^&]+$|([^&]+)/ (?1: )/g}
|
||||
8
extras/imported/LaTeX-mode/Tables/Tabular.yasnippet
Normal file
8
extras/imported/LaTeX-mode/Tables/Tabular.yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: tab
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Tabular
|
||||
# --
|
||||
\\begin{${1:t}${1/(t)$|(a)$|(.*)/(?1:abular)(?2:rray)/}}{${2:c}}
|
||||
$0${2/((?<=.)c|l|r)|./(?1: & )/g}
|
||||
\\end{${1:t}${1/(t)$|(a)$|(.*)/(?1:abular)(?2:rray)/}}
|
||||
Reference in New Issue
Block a user