LnL7 / vim-nix

Vim configuration files for Nix http://nixos.org/nix
MIT License
287 stars 26 forks source link

wonky highlighting in networkmanager.nix #15

Closed teto closed 6 years ago

teto commented 6 years ago

Thanks for the plugin ! with nvim 0.2.2 and nixos-unstable: https://github.com/teto/nixpkgs/blob/56b69393e037ad812fd06a742b5c1986c8bc7b8a/nixos/modules/services/networking/networkmanager.nix#L300 selection_001 (at some point everything is highlighted as a string)

LnL7 commented 6 years ago

Nice catch. I think the specific problem is attrs.${foo.bar} or probably any complex expression in an attribute interpolation.