a scheme syntax configuration file format that parses to a alist or hashtable, possibly nested.
part of sph-lib
* all elements are scheme literals
* key and value are specified alternatingly
* keys are symbols
* indent of two spaces is used for nesting
* nesting is unlimited
example:
default-type "text"
mode development
start-id #xa
preview-image-size (unquote (+ 255 1))
browse
page-size 75
include-types ("itml" "plaintext")
other #(1 2 4)
(sph lang config)