We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Perhaps you don't mind, but I thought I'd point out (just in case), that if you add a shebang to your bash files like (in the case of bash)
#!/usr/bin/env bash
GitHub will try to syntax color the file making it easier on the eye.
Cheers.