Xonsh: Nested parentheses highlight incorrectly (innermost-opening and outermost-closing)

Created on 2 Sep 2016  路  3Comments  路  Source: xonsh/xonsh

The highlighting of parentheses is badly matched in a command of the form:

execx($(foobar))

in which the $( and final - not the penultimate - ) are highlighted green.

bug help wanted prompt-toolkit

Most helpful comment

This is fixed on master thanks to @blahgeek's great work in #1711

All 3 comments

hey @OJFord thanks for reporting. This happens with any parens:

xonsh-color-paren-bug

No problem, so it does - I just happened to notice it with exec :)

Changed title to reflect.

This is fixed on master thanks to @blahgeek's great work in #1711

Was this page helpful?
0 / 5 - 0 ratings