Take this expression: ```nix let a.a = 1; bbbbbb = 2; b = 3; in (a.a "a" { a = a; b = [ bbbbbb bbbbbb bbbbbb ]; c = [ "${a b}" ]; }).a ``` Zed highlights the `a b` line like this (note the mismatched color of the open brace): But another editor that uses tree-sitter-nix (Helix) highlights it correctly: | Zed | Helix | | - | - | |  |  |