Skip to content

Commit

Permalink
julia-mode.el: f(x) == something does not define a function
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Dec 24, 2014
1 parent 6045d70 commit 8692429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/julia-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ This function provides equivalent functionality, but makes no efforts to optimis
(not (any "(" ")"))))
")"
(* space)
"="))
"="
(not (any "="))))

(defconst julia-type-regex
(rx symbol-start (or "immutable" "type" "abstract") (1+ space) (group (1+ (or word (syntax symbol))))))
Expand Down

0 comments on commit 8692429

Please sign in to comment.