branch: elpa/nix-mode
commit ec9cf2f4e57a00f8ccf1894312b0c86aff4347c0
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Remove nix-syntax-propertize-escaped-antiquote.
It was unused.
---
nix-mode.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/nix-mode.el b/nix-mode.el
index 123b2b9a43..8fd5acf762 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -88,10 +88,6 @@
table)
"Syntax table for Nix mode.")
-(defun nix-syntax-propertize-escaped-antiquote ()
- "Set syntax properies for an escaped antiquote mark."
- nil)
-
(defun nix-syntax-propertize-multiline-string ()
"Set syntax properies for multiline string delimiters."
(let* ((start (match-beginning 0))
@@ -139,8 +135,6 @@ If a close brace `}' ends an antiquote, the next character
begins a string."
(remove-text-properties start end '(syntax-table nil nix-syntax-antiquote
nil))
(funcall
(syntax-propertize-rules
- ("''\\${"
- (0 (ignore (nix-syntax-propertize-escaped-antiquote))))
("''"
(0 (ignore (nix-syntax-propertize-multiline-string))))
("\\${"