Skip to content

Commit

Permalink
Fixed behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
CharbelAD committed Dec 13, 2020
1 parent d8d2842 commit a4e4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/new_command.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
\newcommand{\${1:cmd}}[${2:opt}]{${3:realcmd}} ${0}]]>
\newcommand{\\${1:cmd}}[${2:opt}]{${3:realcmd}} ${0}]]>
</content>
<tabTrigger>nc</tabTrigger>
<scope>text.tex</scope>
Expand Down

0 comments on commit a4e4efd

Please sign in to comment.