branch: elpa/julia-mode
commit b1940397ce2961a61c78e023ac4d7e84f71a2585
Merge: ad6a494 3adce47
Author: Tamas K. Papp <tkp...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #72 from FelipeLema/unicode-for-in
    
    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