Skip to content

Commit

Permalink
fix Trongate Data Array Assignment syntax in SUBLIME SNIPPET MD file
Browse files Browse the repository at this point in the history
  • Loading branch information
smittyvanilli committed Jan 25, 2023
1 parent 67e7f6b commit da3cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/trongate-data-array-assignment.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
${1:your_array_name} = '${2:your_function_name}';
\$${1:your_array_name} = '${2:your_function_name}';
]]></content>
<tabTrigger>tgdaa</tabTrigger>
<description>Trongate Data Array Assignment</description>
Expand Down

0 comments on commit da3cad1

Please sign in to comment.