| 121 | | syn region p6InterpString start="\<q[qwx]\s*\z([^a-zA-Z0-9_ ]\)" skip="\\\z1" end="\z1" contains=@p6Interp |
| 122 | | syn region p6InterpString start="\<q[qwx]\s*{" skip="\\}" end="}" contains=@p6Interp |
| 123 | | syn region p6InterpString start="\<q[qwx]\s*(" skip="\\)" end=")" contains=@p6Interp |
| 124 | | syn region p6InterpString start="\<q[qwx]\s*\[" skip="\\]" end="]" contains=@p6Interp |
| 125 | | syn region p6InterpString start="\<q[qwx]\s*<" skip="\\>" end=">" contains=@p6Interp |
| | 118 | syn region p6InterpString start="\<q[qwx]\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*\z([^a-zA-Z0-9:#_ ]\)" skip="\\\z1" end="\z1" contains=@p6Interp |
| | 119 | syn region p6InterpString start="\<q[qwx]\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*{" skip="\\}" end="}" contains=@p6Interp |
| | 120 | syn region p6InterpString start="\<q[qwx]\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*(" skip="\\)" end=")" contains=@p6Interp |
| | 121 | syn region p6InterpString start="\<q[qwx]\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*\[" skip="\\]" end="]" contains=@p6Interp |
| | 122 | syn region p6InterpString start="\<q[qwx]\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*<" skip="\\>" end=">" contains=@p6Interp |
| 133 | | syn region p6LiteralString start="\<q\(\s*:[012]\)*\s*\z([^a-zA-Z0-9_ ]\)" skip="\\\z1" end="\z1" |
| 134 | | syn region p6LiteralString start="\<q\(\s*:[012]\)*\s*\[" skip="\\]" end="]" |
| 135 | | syn region p6LiteralString start="\<q\(\s*:[012]\)*\s*(" skip="\\)" end=")" |
| 136 | | syn region p6LiteralString start="\<q\(\s*:[012]\)*\s*{" skip="\\}" end="}" |
| 137 | | syn region p6LiteralString start="\<q\(\s*:[012]\)*\s*<" skip="\\>" end=">" |
| | 128 | syn region p6InterpString start="\<q\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*\z([^a-zA-Z0-9:#_ ]\)" skip="\\\z1" end="\z1" contains=@p6Interp |
| | 129 | syn region p6InterpString start="\<q\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*{" skip="\\}" end="}" contains=@p6Interp |
| | 130 | syn region p6InterpString start="\<q\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*(" skip="\\)" end=")" contains=@p6Interp |
| | 131 | syn region p6InterpString start="\<q\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*\[" skip="\\]" end="]" contains=@p6Interp |
| | 132 | syn region p6InterpString start="\<q\(:\(!\?[A-Za-z0-9]\((\w\+)\)\?\)\+\)\?\s*<" skip="\\>" end=">" contains=@p6Interp |