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

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

[nongnu] elpa/julia-mode 232e758 022/352: starting some basic pretty-pri


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 232e758 022/352: starting some basic pretty-printing of Exprs
Date: Sun, 29 Aug 2021 11:22:08 -0400 (EDT)

branch: elpa/julia-mode
commit 232e7584db315b3cf0062dbfbdf2790d7a9c31aa
Author: Jeff Bezanson <bezanson@post.harvard.edu>
Commit: Yichao Yu <yyc1992@gmail.com>

    starting some basic pretty-printing of Exprs
---
 julia-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/julia-mode.el b/julia-mode.el
index 8bbdd70..6522583 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -68,6 +68,8 @@
     (or (equal item (car lst))
        (member item (cdr lst)))))
 
+; TODO: skip keywords inside strings
+
 ; get the column of the last open block
 (defun last-open-block (min count)
   (cond ((> count 0) (+ 4 (current-indentation)))



reply via email to

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