From: Michael Stapelberg Date: Sun, 20 Aug 2017 10:58:13 +0000 (+0200) Subject: parser: only skip set[\s], not set.* X-Git-Tag: 4.14~10^2~1 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=c04b8592fd40461b869fa1e9306bde9ade5d95c0 parser: only skip set[\s], not set.* fixes #2564 --- diff --git a/parser-specs/config.spec b/parser-specs/config.spec index 53828221..4aa320bf 100644 --- a/parser-specs/config.spec +++ b/parser-specs/config.spec @@ -17,7 +17,8 @@ state INITIAL: end -> error -> '#' -> IGNORE_LINE - 'set' -> IGNORE_LINE + 'set ' -> IGNORE_LINE + 'set ' -> IGNORE_LINE 'set_from_resource' -> IGNORE_LINE bindtype = 'bindsym', 'bindcode', 'bind' -> BINDING 'bar' -> BARBRACE