SCons is a build system which is based upon Python scripts named SConstruct and describes itself as a replacement for make. Despite the fact that those SConstruct scripts typically carry a shebang (#40), it might be a good idea highlighting them anyway with the Python grammar, by default.
This Pull Request adds support for the SCons build step specification to the default configuration file.
SCons is a build system which is based upon Python scripts named
SConstruct
and describes itself as a replacement formake
. Despite the fact that thoseSConstruct
scripts typically carry a shebang (#40), it might be a good idea highlighting them anyway with the Python grammar, by default.This Pull Request adds support for the SCons build step specification to the default configuration file.