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