- Improved lua snippet.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user