I was trying to use multiple ranges in a bg/focus attribute, I tried this: ``` ```javascript src/index.js bg=7,12:17,29:31,34 ``` but I get the error `Error: Invalid number "7,12" in focus string`. Am I using the wrong syntax or is this not yet supported?