viluon / LuaExtended

An improved ST3 Lua syntax definition.
MIT License
19 stars 11 forks source link

Code Conversion Snippets #5

Open viluon opened 8 years ago

viluon commented 8 years ago

Sublime Text 3 snippets have the option to access the $SELECTION variable, making them suitable for transforming selected text. There are cases when you would like to convert a for loop to a while loop, for example. Would it be too hard to implement snippets for that?