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


##########
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:
   an alternative would have been "keyword.wordlike" but the coloring was then 
only the same as "true", "false", and "null" and not the other operators, so I 
think "control" fits better into the current scheme.



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