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

Some characters in name becomes black #160

Open
nonkit opened this issue Sep 9, 2020 · 0 comments
Open

Some characters in name becomes black #160

nonkit opened this issue Sep 9, 2020 · 0 comments
Labels
type/ux Related to the editor/user experience

Comments

@nonkit
Copy link
Member

nonkit commented Sep 9, 2020

In following code, subroutine name '角度' and variable name 'θ' become black.

Sub 角度
  θ = Math.Pi / 4
EndSub

But these colors should be blue like following 'angle' and 'a'.

Sub angle
  a = Math.Pi / 4
EndSub
@nonkit nonkit added the type/ux Related to the editor/user experience label Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/ux Related to the editor/user experience
Projects
None yet
Development

No branches or pull requests

1 participant