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 <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] > <mailto:[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/ED68A4E2-AFFD-4654-9723-7CFBAA358D81%40rustydogink.com.
