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


##########
packages/drl-vscode-extension/syntaxes/drl.tmLanguage:
##########
@@ -42,6 +42,14 @@
                        <key>name</key>
                        <string>keyword.control.source.drools</string>
                </dict>
+               <dict>
+                       <key>comment</key>
+                       <string>Word operators, built in and custom 
(##supersetOf), colored like the other DRL keywords</string>
+                       <key>match</key>
+                       
<string>##[A-Za-z_][A-Za-z0-9_]*|\b(matches|contains|excludes|memberOf|soundslike|str|after|before|coincides|during|finishes|finishedby|includes|meets|metby|overlaps|overlappedby|starts|startedby)\b</string>
+                       <key>name</key>
+                       <string>keyword.control.source.drools</string>

Review Comment:
   also the built-in comparators are not strictly part of this PR but testing 
without the syntax highlight was a little annoying...



-- 
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