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

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

[nongnu] elpa/julia-mode 3adce47 296/352: highlight ∈ in `for var ∈ …`


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 3adce47 296/352: highlight ∈ in `for var ∈ …` ( fix #71 )
Date: Sun, 29 Aug 2021 11:23:05 -0400 (EDT)

branch: elpa/julia-mode
commit 3adce479558c2f29bc4cd9d8a882a7d57fcd08ec
Author: Felipe Lema <1232306+FelipeLema@users.noreply.github.com>
Commit: Felipe Lema <1232306+FelipeLema@users.noreply.github.com>

    highlight ∈ in `for var ∈  …` ( fix #71 )
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index 3263507..3c656cb 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -216,7 +216,7 @@ This function provides equivalent functionality, but makes 
no efforts to optimis
 
 (defconst julia-forloop-in-regex
   "for +.*[^
-].* \\(in\\)\\(\\s-\\|$\\)+")
+].* \\(in\\|∈\\)\\(\\s-\\|$\\)+")
 
 (defconst julia-function-regex
   (rx line-start (* (or space "@inline" "@noinline")) symbol-start



reply via email to

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