Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

julia-mode.el: Highlight functions with nested parens in definition #8722

Closed
Wilfred opened this issue Oct 18, 2014 · 2 comments
Closed

julia-mode.el: Highlight functions with nested parens in definition #8722

Wilfred opened this issue Oct 18, 2014 · 2 comments

Comments

@Wilfred
Copy link
Contributor

Wilfred commented Oct 18, 2014

For example:

cell(dims::Integer...)   = Array(Any, dims...)
cell(dims::(Integer...)) = Array(Any, convert((Int...), dims))

We're not currently highlighting the second cell definition.

@pao pao added the julia-mode label Oct 18, 2014
@yuyichao
Copy link
Contributor

Is this still an issue after #10380 ? (Actually the second case is highlighted now although it is invalid syntax now...)

minicircuits_2015-4-24

@yuyichao
Copy link
Contributor

Seems fixed. Please open in julia-emacs if it is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants