branch: elpa/nix-mode commit 1772d1f0db80cbe7b60ef584f81972d6b6ce5507 Author: Matthew Bauer <mjbaue...@gmail.com> Commit: Matthew Bauer <mjbaue...@gmail.com>
Fixup syntax entry. Left out table --- nix-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-mode.el b/nix-mode.el index cdaafab45d..999bbdc100 100644 --- a/nix-mode.el +++ b/nix-mode.el @@ -87,7 +87,7 @@ (modify-syntax-entry ?* ". 23" table) (modify-syntax-entry ?# "< b" table) (modify-syntax-entry ?\n "> b" table) - (modify-syntax-entry ?\" "|") ;; let " be opened/closed by antiquotes + (modify-syntax-entry ?\" "|" table) ;; let " be opened/closed by antiquotes table) "Syntax table for Nix mode.")