Hello All –
I searched around, but didn’t see an answer to this: I’m developing a plugin with a syntax definition, and I’m using view.set_syntax_file
to set the syntax via a command – But I’d like the ability to then toggle back to whatever syntax Sublime Text would choose by default… Is there any way to do this? I tried view.set_syntax_file(None)
and view.set_syntax_file("")
to no avail…
Thanks!