]> git.sur5r.net Git - i3/i3/commitdiff
parser: only skip set[\s], not set.*
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Aug 2017 10:58:13 +0000 (12:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 20 Aug 2017 10:59:07 +0000 (12:59 +0200)
fixes #2564

parser-specs/config.spec

index 53828221236fb621d56d8fb1d76c6f028c293c15..4aa320bf63a1b822f8c66a3f1c2e8304058d7118 100644 (file)
@@ -17,7 +17,8 @@ state INITIAL:
   end ->
   error ->
   '#'                                      -> IGNORE_LINE
   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
   'set_from_resource'                      -> IGNORE_LINE
   bindtype = 'bindsym', 'bindcode', 'bind' -> BINDING
   'bar'                                    -> BARBRACE