Sublime Forum

Syntax file for build system

#1

Hi, I am following this guide.

The last step explains how to add a syntax definition file for your build system. The guide sais the definition file must be stored in the same folder as the build system. However, I defined my build system in a .sublime-project file. So I wonder, will it work if I place the syntax file in the same folder as my project file?

thanks

0 Likes

#2

yes, there is no such restriction on where the syntax file must be, as long as it is in the Packages folder structure somewhere

1 Like