Skip to content

Instantly share code, notes, and snippets.

View pwaldhauer's full-sized avatar
🎯
Focusing

Philipp Waldhauer pwaldhauer

🎯
Focusing
View GitHub Profile
import sublime, sublime_plugin
BLOCKLEN = 4
class TypeFileOutCommand(sublime_plugin.TextCommand):
def nextchar(self):
if self.body:
totype = []
while 1:
try: