So I want for example to keyword with the following regex:
"keyword-keyword" e.g. "Hello-World", but apparently, the char "-" is not
allowed to be used as keyword.
I also tried the follkowing:
<key>BBLMKeywordPatterns</key>
<array>
<dict>
<key>RunKind</key>
<string>com.barebones.bblm.variable</string>
<key>Pattern</key>
<string>[a-zA-Z0-9]+\-[a-zA-Z0-9]+</string>
</dict>
</array>
but it does not work
any solution?
--
This is the BBEdit Talk public discussion group. If you have a feature request
or need technical support, please email "[email protected]" rather than
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
---
You received this message because you are subscribed to the Google Groups
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/bbedit/998c9228-fde4-44cc-8457-77b8656b275cn%40googlegroups.com.