JuliaEditorSupport / JuliaEditorSupport/atom-language-julia
Unicode letters break type name
Open
@pfitzseb is already working on this.
Since Jun 20, 2022.
bug
upstream
- Dominant language
- JavaScript
- Stars
- 55
- Forks
- 39
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 2
Description
When a type has a unicode letter (like Δ) in the name, this "breaks" the name and the hightlight stops before. I'm guessing this is some issue in what letters are viewed as continuations of type names. As an example, you can see this code in Roots.jl:
https://github.com/JuliaMath/Roots.jl/blob/master/src/Derivative/halley_like.jl#L131
struct ChebyshevLike <: AbstractΔMethod end
which highlights as

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.