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

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

[elpa] externals/phps-mode 1825ee499b 151/212: More wrestling with inden


From: Christian Johansson
Subject: [elpa] externals/phps-mode 1825ee499b 151/212: More wrestling with indentation
Date: Wed, 26 Jan 2022 01:51:17 -0500 (EST)

branch: externals/phps-mode
commit 1825ee499b053460bbaca40dbb120474348d5548
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    More wrestling with indentation
---
 phps-mode-indent.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/phps-mode-indent.el b/phps-mode-indent.el
index f5536a0f88..aafd7bc5e1 100644
--- a/phps-mode-indent.el
+++ b/phps-mode-indent.el
@@ -1138,6 +1138,13 @@
                     ;; sprintf(__(
                     ;;     'Error %s', <-- use this indentation as reference 
instead
                     ;;     $error
+                    ;; but ignore
+                    ;; return array(
+                    ;;     '' => __(
+                    ;;         'None',
+                    ;;         'domain'
+                    ;;     ),
+                    ;;     '-' =>
                     (when (and
                            (not is-same-line-p)
                            (string-match-p



reply via email to

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