Sublime Forum

Build system output Color Highlight Syntax

#1

I hope this is the correct place to ask this but is there a way through the sublime text build system to apply a custom syntax file to the output the builds text…?

I would like to create a customized text highlighting scheme to my build output

Is this possible?

0 Likes

#2

yes, it is possible.

In the build system JSON file, add a syntax key, with a value pointing to the sublime-syntax file you will create.

http://docs.sublimetext.info/en/latest/reference/build_systems/exec.html

2 Likes

#3

Thanks! that realy helpfull.

0 Likes