Commit graph

9 commits

Author SHA1 Message Date
Ben Jackson
d42fd51f35 Support c-style comments in JSON
Debate rages about whether JSON should have comments. The specification
says it shouldn't but the author of JSON suggested that if you want to
use JSON for configuration, then pipe it through jsmin before parsing.

So that's what we do, using a tiny JSON minifier from
https://github.com/getify/JSON.minify/tree/python

Closes #135
2020-03-21 15:16:07 +00:00
Ben Jackson
ec36099f97 Document: splat, central config dirs 2020-03-14 09:26:49 +00:00
Ben Jackson
db95fe0c1d Update github pages to fix website, maybe 2020-02-02 18:27:01 +00:00
Ben Jackson
23b3bb719b Document exception breakpints 2020-01-28 08:52:23 +00:00
Ben Jackson
7d046574cb Add tests for toggling breakpoint and inserting line 2019-12-14 18:03:34 +00:00
Ben Jackson
bed68aa691 Fix up the site 2019-11-06 15:53:03 +00:00
Ben Jackson
ccc966f985 Fix formatting errors 2019-11-06 12:14:43 +00:00
Ben Jackson
6791b4bb58
Rename CONFIGURATION.md to configuration.md 2019-11-06 12:13:51 +00:00
Ben Jackson
7297e12605 Add schema definition for the config 2019-11-06 11:44:23 +00:00