- Improved lua snippet.
This commit is contained in:
parent
e9b3d8f00e
commit
01e2da6e49
@ -8,7 +8,7 @@ options word
|
|||||||
|
|
||||||
snippet if
|
snippet if
|
||||||
options head
|
options head
|
||||||
if (${1:#:condition}) then
|
if ${1:#:condition} then
|
||||||
${0:TARGET}
|
${0:TARGET}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user