zee-editor / zee

A modern text editor for the terminal written in Rust
Apache License 2.0
1.48k stars 42 forks source link

[Bugfix] Add SCons support #77

Open kevinmatthes opened 2 years ago

kevinmatthes commented 2 years ago

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.