aboutsummaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-17 19:49:56 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-17 19:49:56 -0800
commit06b1a795bb10dd8ed9c2f406ca3b906917e1a106 (patch)
tree09731a1b5009c68f3a19cfe89ee7f03d4c786d9c /json.c
parentb37359b4503d447457646e8f8e01810b6525bd56 (diff)
Better null byte handling, simplified match datastructures, and some
misc. cleanup
Diffstat (limited to 'json.c')
-rw-r--r--json.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/json.c b/json.c
index 2c9b50a..f1a766c 100644
--- a/json.c
+++ b/json.c
@@ -45,3 +45,5 @@ void json_match(const char *text, match_t *m, int verbose)
{
_json_match(text, m, 0, verbose);
}
+
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1