aboutsummaryrefslogtreecommitdiff
path: root/parser-specs
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2017-08-20 12:58:13 +0200
committerMichael Stapelberg <michael@stapelberg.de>2017-08-20 12:59:07 +0200
commitc04b8592fd40461b869fa1e9306bde9ade5d95c0 (patch)
tree8d41efcc595ad1a6f60dfd240e3129d18fe05095 /parser-specs
parentbb0aac6e3916061c2325f31d57f7b83dc27eb285 (diff)
downloadi3-c04b8592fd40461b869fa1e9306bde9ade5d95c0.tar.gz
i3-c04b8592fd40461b869fa1e9306bde9ade5d95c0.zip
parser: only skip set[\s], not set.*
fixes #2564
Diffstat (limited to 'parser-specs')
-rw-r--r--parser-specs/config.spec3
1 files changed, 2 insertions, 1 deletions
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