mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix weird tab behaviour
This commit is contained in:
parent
020fd2e88d
commit
11d77df898
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ define () ->
|
||||||
caption: "\\begin{#{item.name}}..."
|
caption: "\\begin{#{item.name}}..."
|
||||||
snippet: """
|
snippet: """
|
||||||
\\begin{#{item.name}}
|
\\begin{#{item.name}}
|
||||||
#{item.whitespace || ''}$1
|
#{item.whitespace || ''}$0
|
||||||
\\end{#{item.name}}
|
\\end{#{item.name}}
|
||||||
"""
|
"""
|
||||||
meta: "env"
|
meta: "env"
|
||||||
|
|
Loading…
Reference in a new issue