emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nix-mode ec9cf2f4e5 061/500: Remove nix-syntax-propertize-


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode ec9cf2f4e5 061/500: Remove nix-syntax-propertize-escaped-antiquote.
Date: Sat, 29 Jan 2022 08:26:36 -0500 (EST)

branch: elpa/nix-mode
commit ec9cf2f4e57a00f8ccf1894312b0c86aff4347c0
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    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))))
     ("\\${"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]