From 2baadd9ba00a84b3daa5c7028e7129223fbd5b1d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 11 Sep 2020 01:38:44 -0700 Subject: Tightening up the makefile flags and vim modelines --- grammar.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grammar.c') diff --git a/grammar.c b/grammar.c index c04587b..6001211 100644 --- a/grammar.c +++ b/grammar.c @@ -91,3 +91,5 @@ void print_grammar(grammar_t *g) { if (g->pattern) print_pattern(g->pattern); } + +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3