-
Notifications
You must be signed in to change notification settings - Fork 17
Operators highlighting #26
Comments
Thanks for the report! i'll take a look into it soon. i've been wanting to clean up the way parameters are highlighted in the language (#24) and i think that i can clean this up along the way. |
Thanks ! :) That's be great :) |
OK, i'm publishing a fix as we speak. i didn't quite get to the stuff in your Thanks again for the input 😄 |
Weird phrase to use in an internet comment 😝 |
It fixed the -eqsomething problem 😃 For the from/to problem: I have a method that I call like that:
The By the way, that makes me think of another problem: the Thank you for your hard work 😄 |
Thanks for that. i'll add the first stuff to #24 and i'll create a new issue for the |
Hi !
There is a problem with the operators highlighting: when I run a custom method with a parameter which name starts with a global operator name, only the start of the parameter is highlighted. For instance,
My-Method -equal "test"
will highlight the "eq" part of the "equal" parameter.There is another problem as well, but I'm guessing it's harder to fix. For instance I'm using a
-from
and a-to
parameters, the-from
is highlighted (because it's a keyword), but not the-to
.The text was updated successfully, but these errors were encountered: