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

Code coloring can get confused by the 'less than' operator #39

Open
gjsjohnmurray opened this issue Oct 24, 2018 · 2 comments
Open

Code coloring can get confused by the 'less than' operator #39

gjsjohnmurray opened this issue Oct 24, 2018 · 2 comments

Comments

@gjsjohnmurray
Copy link

Try this code:

YJMbad1 ;
 s a=1
 i a<1 q
 s a=1
tag ; comment
 w $zversion
 i a'="" w (a'="")
 q

Unless you add at least one space between the < and the 1 on the third line the code colorer seems to treat <1 as the start of an HTML / XML tag, so it colors the remaining code incorrectly.

Add the space to see things as they should be.

@daimor
Copy link
Contributor

daimor commented Oct 24, 2018

Yes, unfortunately currently code coloring too bad. We need the better parser for the code.

@doublefint
Copy link
Owner

Hi, John! I agree with @daimor, there is only initial support for COS ( CDL ) and very primitive support for M language

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