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

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

[nongnu] elpa/nix-mode acf4d6fdce 07/14: Naming change


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode acf4d6fdce 07/14: Naming change
Date: Tue, 19 Jul 2022 01:58:49 -0400 (EDT)

branch: elpa/nix-mode
commit acf4d6fdcecf68779d5ea76fc62546f67615c7f8
Author: Nicholas Coltharp <coltharp@pdx.edu>
Commit: Nicholas Coltharp <coltharp@pdx.edu>

    Naming change
    
    Rename `nix--antiquote-sq-style` to
    `nix--escaped-dollar-sign-antiquote-sq-style`.
---
 nix-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix-mode.el b/nix-mode.el
index 135e63c13b..4427feb9a6 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -252,7 +252,7 @@ STRING-TYPE type of string based off of Emacs syntax table 
types"
            (t
             (nix--mark-string (1- end) ?\'))))))))
 
-(defun nix--antiquote-sq-style ()
+(defun nix--escaped-dollar-sign-antiquote-sq-style ()
   "Hande Nix antiquote sq style."
   (let* ((start (match-beginning 0))
          (ps (nix--get-parse-state start))
@@ -359,7 +359,7 @@ STRING-TYPE type of string based off of Emacs syntax table 
types"
     ("\\$\\$"
      (0 nil))
     ("\\\\\\$\\${"
-     (0 (ignore (nix--\$${))))
+     (0 (ignore (nix--escaped-dollar-sign-antiquote-sq-style))))
     ("\\\\\\${"
      (0 (ignore (nix--escaped-antiquote-dq-style))))
     ("'\\{2,\\}"



reply via email to

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