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

Function call syntax highlighting does not work together with broadcasted operator #307

Closed
singularitti opened this issue Jan 22, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@singularitti
Copy link

Both are valid syntax in Julia:

[1,2,3] * transpose([1,2,4])
[1,2,3] .* transpose([1,2,4])

But when I set the syntax highlighting color of "function call" to be #8888C3, only the first transpose is highlighted.

CLion

test file

@singularitti
Copy link
Author

  • Julia Version: 1.1.0 stable
  • Plugin Name: Julia
  • Plugin Version: nightly build 1.0.870
  • OS Name: macOS 10.14.2
  • Java Version: 1.8.0_152-release
  • App Name: CLion
  • App Full Name: CLion
  • App Version name: CLion
  • Is EAP: false
  • App Build: CL-183.5153.40
  • App Version: 2018.3.3

zxj5470 added a commit that referenced this issue Jan 23, 2019
@singularitti
Copy link
Author

Seems to be working on the latest nightly build.

new

@ice1000 ice1000 added bug Something isn't working parser and removed bug Something isn't working labels Jan 23, 2019
@ice1000 ice1000 added this to the 0.3.8 milestone Jan 23, 2019
@ice1000 ice1000 closed this as completed Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants