]> git.sur5r.net Git - i3/i3/blobdiff - parser-specs/config.spec
Comply with documentation: 'workspace' token in 'assign' command
[i3/i3] / parser-specs / config.spec
index 882e81fb83e491405d4385e2733613848ceae0c7..9dad79c02dd522877fe1283764ffb418a0913ebb 100644 (file)
@@ -146,6 +146,8 @@ state ASSIGN:
 state ASSIGN_WORKSPACE:
   '→'
       ->
+  'workspace'
+      ->
   workspace = string
       -> call cfg_assign($workspace)