-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for PSL, PATROL Scripting Language (#2735) #2739
Add support for PSL, PATROL Scripting Language (#2735) #2739
Conversation
JS File Size Changes (gzipped)A total of 2 files have changed, with a combined diff of +1.65 KB (+75.9%).
|
This resolves #2735 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR @bertysentry!
Thank you @RunDevelopment for the thorough and awesomely helpful review! I really appreciate it. I will take your suggestions into account and push the result later today. |
* coloring of user-defined functions * better operator handling * improved tests
@RunDevelopment Thank you again for the help on this! Code has been updated according to your suggestions. |
@RunDevelopment All good? Again, thank you for the tremendous help! :-) |
Thank you for contributing @bertysentry! |
Thank you @RunDevelopment for your reactivity and your detailed and helpful review! |
This adds support for PSL language, the scripting language used to write modules on the PATROL Agent (BMC Software).
All tests pass :-)