Lazy rewrite with additional configuration

This commit is contained in:
2023-12-08 11:36:26 +01:00
parent 6726b2f95b
commit 0110d8d801
14 changed files with 348 additions and 8954 deletions

View File

@@ -75,8 +75,8 @@ else:
endsnippet
snippet for "For loop" b
for ${1:i} in ${2:1}..${3:10} loop
$4
for ${1:i} ${2:in ${3:1}..${4:10}} loop
$5
end loop;$0
endsnippet