Syntax highlighting

This commit is contained in:
Kevin van Zonneveld 2016-06-21 11:24:20 +02:00
parent 26e282c37f
commit 95365e6f92

View File

@ -7,7 +7,7 @@ Released: Unreleased. [Commit log](https://github.com/kvz/bash3boilerplate/compa
- Add a simple documentation website
- Add best practice of using `__double_underscore_prefixed_vars` to indicate global variables that are solely controlled inside your script
- Make license more permissive by not requiring distribution of the LICENSE file if the copyright & attribution comments are left intact
- Respect `--no-color` by setting the NO_COLOR flag in `main.sh` (#25, thx @gdevenyi)
- Respect `--no-color` by setting the `NO_COLOR` flag in `main.sh` (#25, thx @gdevenyi)
- Split out changelog into separate file
- Added a [FAQ](./FAQ.md) (#15, #14, thanks @rouson)
- Fix Travis OSX testing (before, it would silently pass failures) (#10)