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

[BUG] incorrect hightlighting #259

Closed
Roger-luo opened this issue Mar 19, 2019 · 1 comment
Closed

[BUG] incorrect hightlighting #259

Roger-luo opened this issue Mar 19, 2019 · 1 comment
Labels

Comments

@Roger-luo
Copy link

Roger-luo commented Mar 19, 2019

Please search existing issues to avoid duplicates.

Details

  • Atom version: 1.34.0
  • Julia version: 1.1.0
  • OS: MacOS 10.14.3
  • Package versions:
    • Atom.jl: 0.7.15
    • julia-client: 0.7.13
    • ink: 0.9.14

Steps to reproduce

ex = [
    :(function foo end),
    :(foo(x) = x),
    :(foo(x, y::T) where T),
    :(foo(x, y::T) where T = x)]

this end is not in the same color with function.

PS. seems whatever github uses has this error as well.

@Roger-luo Roger-luo added the bug label Mar 19, 2019
@pfitzseb
Copy link
Member

Very similar to JuliaEditorSupport/atom-language-julia#140, so closing this. And yes, github uses the exact same syntax highlighting rules (just like VSCode).

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

2 participants