Commit Diff


commit - 9cc9d696048bc1d8d5a1320e00da6193815f68f5
commit + bd3e6837cbaeacf042b19300f1e2de9e73c573ff
blob - 9a99eb27fb3a5a4e1875fc8247e6e07c639cf3c0
blob + d4a96b003f8eed78fc8f300429f82afc9989d4fa
--- parse.y
+++ parse.y
@@ -67,10 +67,14 @@ static void do_parseconfig(const char *, int);
 
 %}
 
-%token SET
-%token STYLE PRFX CONT BG FG ATTR
-%token BIND UNBIND
-%token PROXY VIA
+%token	ATTR
+%token	BIND BG
+%token	CONT
+%token	FG
+%token	PRFX PROXY
+%token	SET STYLE
+%token	UNBIND
+%token	VIA
 
 %token <str> STRING
 %token <num> NUMBER