We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724c1ec commit 835a7cfCopy full SHA for 835a7cf
snippets/smarty.snippets
@@ -76,7 +76,7 @@ snippet append "{append} is used for creating or appending template variable arr
76
77
# https://www.smarty.net/docs/en/language.function.assign.tpl
78
snippet assign "{assign} is used for assigning template variables during the execution of a template."
79
- {assign var='${1}' value='${2}'${3: scope='${4parent|root|global}'}}
+ {assign var='${1}' value='${2}'${3: scope='${4:parent|root|global}'}}
80
81
# https://www.smarty.net/docs/en/language.function.block.tpl
82
snippet block "{block} is used to define a named area of template source for template inheritance."
0 commit comments