nix-community / vscode-nix-ide

Nix language support for VSCode editor [maintainer: @jnoortheen]
https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide
MIT License
286 stars 22 forks source link

Syntax highlighting issue with colon after interpolation in nested attrset #355

Open georgefst opened 1 year ago

georgefst commented 1 year ago
{
  a = { b = "${""} :"; };
  c = "";
}

image