LnL7 / vim-nix

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

Syntax fixes for string escapes and attributes #20

Closed aszlig closed 5 years ago

aszlig commented 5 years ago

This fixes two regular expressions: One very minor (which wasn't really broken but not sufficiently escaped either) in the tests and another one for the nixAttribute group.

The main fix/feature this introduces is that it brings back strict matching of string escapes, but instead of only highlighting the valid escapes, the invalid ones now are also highlighted with the Error highlighting group.