    // elements may need to be split between _cc_element and _simple_regex
    // if their handling turns out to be special
combi_chars:
    ','
|
    '='
|
    '-'
|
    '\''
;

