parent
bb0aac6e39
commit
c04b8592fd
|
@ -17,7 +17,8 @@ state INITIAL:
|
||||||
end ->
|
end ->
|
||||||
error ->
|
error ->
|
||||||
'#' -> IGNORE_LINE
|
'#' -> IGNORE_LINE
|
||||||
'set' -> IGNORE_LINE
|
'set ' -> IGNORE_LINE
|
||||||
|
'set ' -> IGNORE_LINE
|
||||||
'set_from_resource' -> IGNORE_LINE
|
'set_from_resource' -> IGNORE_LINE
|
||||||
bindtype = 'bindsym', 'bindcode', 'bind' -> BINDING
|
bindtype = 'bindsym', 'bindcode', 'bind' -> BINDING
|
||||||
'bar' -> BARBRACE
|
'bar' -> BARBRACE
|
||||||
|
|
Loading…
Reference in New Issue