It doesn't work if it includes "-" and numbers, for example "Hello-5" even if I write:
<key>Identifier and Keyword Character Class</key> <string>A-Za-z0-9-</string> On Sunday, 22 August 2021 at 08:03:20 UTC+3 Christopher Waterman wrote: > Daniel, > Did you add “-“ to Identifier and Keyword Character Class? > > <key>Identifier and Keyword Character Class</key> > <string>A-Za-z-</string> > > —Chris > > On Aug 21, 2021, at 1:00 PM, Daniel Paz <[email protected]> wrote: > > 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 > > <https://groups.google.com/d/msgid/bbedit/998c9228-fde4-44cc-8457-77b8656b275cn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- 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/f4b96682-8a93-4ae8-a3fc-94936df96972n%40googlegroups.com.
