Sublime Forum

New build system syntax option

#1

Hi,
I saw the new build system “syntax” option here, and I was wondering how it is used.

0 Likes

#2
self.output_view.assign_syntax(syntax)

That’s all that happens with it. Basically, you specify the relative path (from Data) to a syntax definition and it will be assigned to the output panel. Default is “Packages/Text/Plain text.tmLanguage”.

0 Likes