Results 3 issues of Matthew Plough

This behavior is seen in 126ee29. ## Steps to reproduce Compile and run the following program on a non-Windows system: ```c++ #include #include "subprocess.hpp" using namespace subprocess; int main(int argc,...

436bdb8fcd0260dd2a53d23f0282162fc2a9724f removed OSX project files back in 2014. However, it's really easy to compile this project for macOS using the current Makefile. This PR adds a Darwin check to the...

This PR adds support for `matrix` blocks, including the optional `excludes` section. It also adds highlighting for built-in parameter types and makes several tweaks, as explained in inline PR comments.