NixOS / nix-mode

An Emacs major mode for editing Nix expressions.
GNU Lesser General Public License v2.1
298 stars 76 forks source link

Incorrect highlighting for ending quote after antiquote #161

Open dag-h opened 2 years ago

dag-h commented 2 years ago

Terminating quotes in strings have incorrect highlighting if directly after an antiquote brace: Screenshot from 2022-07-15 17-06-07 If not directly after: Screenshot from 2022-07-15 17-08-50

In the first case, it uses the default face, and in the second case it correctly uses font-lock-string-face.