drccrd commented on code in PR #4007:
URL: 
https://github.com/apache/incubator-kie-tools/pull/4007#discussion_r4008486423


##########
packages/drl-vscode-extension/syntaxes/drl.tmLanguage:
##########
@@ -12,9 +12,9 @@
        <array>
                <dict>
                        <key>comment</key>
-                       <string>Mathmatical operators</string>
+                       <string>Comparison and logical operators</string>
                        <key>match</key>
-                       <string>[&lt;|&gt;|==|&lt;=|&gt;=|.|!=]</string>
+                       
<string>(==|!=|&lt;=|&gt;=|&lt;|&gt;|&amp;&amp;|\|\|)</string>

Review Comment:
   not strictly part of this PR but they seemed to have been missing - the 
default VSCode themes don't handle these differently anyway.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to