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] Formatted strings which end in "u" break highlighting #528

Closed
marius311 opened this issue Mar 23, 2020 · 3 comments
Closed

[BUG] Formatted strings which end in "u" break highlighting #528

marius311 opened this issue Mar 23, 2020 · 3 comments
Labels

Comments

@marius311
Copy link

Details

  • Atom version: 1.45.0
  • Julia version: 1.3.1
  • OS: Linux
  • Package versions:
    • Atom.jl: v0.12.9
    • julia-client: 0.12.3
    • ink: 0.12.3

Steps to reproduce

Looks like a formatted string (in my example with py) which ends in u breaks highlighting. E.g.:

py"u"
let # <- broken here
end
py"x"
let # <- ok
end
@marius311 marius311 added the bug label Mar 23, 2020
@aviatesk
Copy link
Member

It would be better to reopen this in https://github.com/JuliaEditorSupport/atom-language-julia/issues

@marius311
Copy link
Author

Should I do so? Not totally sure, but doesn't Github now have a feature to transfer Issues?

@pfitzseb
Copy link
Member

Yes, but only inside of an org. Would be great if you could reopen this at language-julia :)

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