Skip to content

Commit

Permalink
fix(latex): Fix excess spacing of begin snippet (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-H4NU authored Sep 23, 2024
1 parent cb43a96 commit ff09e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/latex/latex-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"prefix": "begin",
"body": [
"\\\\begin{${1:env}}",
"\t${1/(enumerate|itemize|list)|(description)|(.*)/${1:+\\item }${2:+\\item[] }${3:+ }/}$0",
"\t${1/(enumerate|itemize|list)|(description)|(.*)/${1:+\\item }${2:+\\item[] }${3:+}/}$0",
"\\\\end{${1:env}}"
],
"description": "Begin - End"
Expand Down

0 comments on commit ff09e07

Please sign in to comment.