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

Chinese character cannot be highlighted #153

Closed
gmx321 opened this issue Jun 20, 2017 · 4 comments
Closed

Chinese character cannot be highlighted #153

gmx321 opened this issue Jun 20, 2017 · 4 comments

Comments

@gmx321
Copy link

gmx321 commented Jun 20, 2017

Hello!

Chinese character cannot be highlighted. But if the block including Chinese characters is ended with letter or mumber, it can be highlighted.

Could you help me? Thanks.

image

An example is provided for test:

CS金叉:=(REF(C,1)<REF(MABS,1) && C>MABS);
CS死叉:=(REF(C,1)>REF(MABS,1) && C<MABS) ;
CS金叉间隔12:=BARSLAST(CS金叉);
CS死叉间隔AB:=BARSLAST(CS死叉);
CS金叉间隔:=BARSLAST(CS金叉间隔12);
CS死叉间隔:=BARSLAST(CS死叉间隔AB);

@gmx321
Copy link
Author

gmx321 commented Jun 20, 2017

the same blocks are in same color:

image

@ion201
Copy link
Contributor

ion201 commented Jun 22, 2017

The pull request I recently made incidentally resolves this issue: #154

@gmx321
Copy link
Author

gmx321 commented Jun 23, 2017

Thank you very much!

@richrace
Copy link
Member

See #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants