Bugfix: Also allow WORDs as workspace names (Thanks Grauwolf)
This commit is contained in:
parent
c53e84e230
commit
93d7ab43be
|
@ -412,6 +412,7 @@ optional_workspace_name:
|
|||
workspace_name:
|
||||
QUOTEDSTRING { $<string>$ = $<string>1; }
|
||||
| STR { $<string>$ = $<string>1; }
|
||||
| WORD { $<string>$ = $<string>1; }
|
||||
;
|
||||
|
||||
screen:
|
||||
|
|
Loading…
Reference in New Issue