-
Notifications
You must be signed in to change notification settings - Fork 17
[BUG] Lines with * in the middle appear as a comment #112
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
Comments
This is a syntax highlighting issue, which should be separate from linting. I can reproduce this, but it's a funny one. The issue is the numeric, in this case It seems more of a minor/cosmetic annoyance than anything else, but I'll try to get it fixed-up soon. |
Yes, this is minor. Is there a certain way you want me to report minor
issues?
On Tue, Jun 16, 2020 at 4:10 PM Kevin Powick ***@***.***> wrote:
This is a syntax highlighting issue, which should be separate from linting.
I can reproduce this, but it's a funny one. The issue is the numeric, in
this case -1. If you substitute a character variable, it highlights
correctly.
It seems more of a minor/cosmetic annoyance than anything else, but I'll
try to get it fixed-up soon.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#112 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFRDR4MBYUV3W56TGYGK3PTRW7GTFANCNFSM4N756VIQ>
.
--
*Brent Blair* <http://www.linkedin.com/in/BrentLBlair>
Vice President of IT
Encompass
Phone 954.474.0300
Fort Lauderdale, FL
<https://www.google.com/maps/place/Encompass+Parts+Distribution/@26.145357,-80.2482168,12.46z/data=!4m5!3m4!1s0x0:0xb2bfe23d3412449!8m2!3d26.0920996!4d-80.2409538>
bblair@encompass.com
encompass.com
|
What you've been doing is perfect, and very helpful. ✅ By calling it "minor", I just wanted people to know that a fix/update might not be coming immediately. 😀 |
Describe the bug

If you use a
*
for multiplication, the linter thinks the*
and everything after is a comment.To Reproduce
AMT=-1*PJ<5,X>
Screenshots
The text was updated successfully, but these errors were encountered: