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

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

[nongnu] elpa/nix-mode 4941961c75 059/500: Get rid of extra hanging inde


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 4941961c75 059/500: Get rid of extra hanging indent matches.
Date: Sat, 29 Jan 2022 08:26:36 -0500 (EST)

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

    Get rid of extra hanging indent matches.
---
 nix-mode.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/nix-mode.el b/nix-mode.el
index 71503b7867..42ec3e63f2 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -235,11 +235,8 @@ If a close brace `}' ends an antiquote, the next character 
begins a string."
 
       (or
        (looking-back "=" 1)
-       (looking-back "//" 1)
-       (looking-back ")" 1)
-       (looking-back "}" 1)
        ;; (looking-back ":" 1)
-       (looking-back "\"" 1)))))
+       (looking-back "//" 1)))))
 
 (defun nix-indent-level ()
   "Get current indent level."



reply via email to

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