facelessuser wrote:Yes, I think I heard that code runs better if it is prettier.
def on_new_async(view_id):
v = sublime.View(view_id)
for callback in all_callbacks['on_new']:
callback.on_new_async(v)
import ctypesMystickPhoenix wrote:Let me preface this by saying I *think* it's a bug. Syntax highlighting for the following bit of python code works correctly in ST2, but not in ST3. Basically everything after I believe that ST3 is getting confused by all of the various quotes in the first line.
Users browsing this forum: shancat and 11 guests