From c04b8592fd40461b869fa1e9306bde9ade5d95c0 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 20 Aug 2017 12:58:13 +0200 Subject: [PATCH] parser: only skip set[\s], not set.* fixes #2564 --- parser-specs/config.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2