Hi,
with
self.view.set_syntax_file("foo.sublime-syntax")
it is possible to assign a syntax file to a view. Is it possible to do the same with tmTheme file?
Hi,
with
self.view.set_syntax_file("foo.sublime-syntax")
it is possible to assign a syntax file to a view. Is it possible to do the same with tmTheme file?
view.settings().set('color_scheme', 'Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme')