JuliaEditorSupport / JuliaEditorSupport/atom-language-julia

Unicode letters break type name

Open
#259 1 comment 0 reactions 1 assignee View on GitHub

@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

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.