Extend fluid snippet

This commit is contained in:
Daniel Siepmann 2024-05-29 09:32:59 +02:00
parent b8e7bb4a00
commit 8a13daa6a1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -12,7 +12,7 @@ snippet falias
${0} ${0}
</f:alias> </f:alias>
snippet ftrans snippet ftrans
{f:translate(id: '${1}')} {f:translate(id: '${1}', extensionName: '${2}')}
snippet fdebug snippet fdebug
<f:debug inline="1">${1:{_all}}</f:debug>${2} <f:debug inline="1">${1:{_all}}</f:debug>${2}
snippet fcomment snippet fcomment