Skip to content

Commit 12a4415

Browse files
Aster89lpil
authored andcommitted
Remove erroneous leading tabs from snippet
1 parent 5086416 commit 12a4415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UltiSnips/tex.snippets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ snippet abs "abstract environment" b
160160
endsnippet
161161

162162
snippet tab "tabular / array environment" b
163-
\begin{${1:t}${1/(t)$|(a)$|(.*)/(?1:abular)(?2:rray)/}}{${2:c}}
164-
$0${2/(?<=.)(c|l|r)|./(?1: & )/g}
165-
\end{$1${1/(t)$|(a)$|(.*)/(?1:abular)(?2:rray)/}}
163+
\begin{${1:t}${1/(t)$|(a)$|(.*)/(?1:abular)(?2:rray)/}}{${2:c}}
164+
$0${2/(?<=.)(c|l|r)|./(?1: & )/g}
165+
\end{$1${1/(t)$|(a)$|(.*)/(?1:abular)(?2:rray)/}}
166166
endsnippet
167167

168168
snippet table "Table environment" b

0 commit comments

Comments
 (0)