Hi all, I've found an old pList used for LiveCode within BBEdit. Just have an issue with line commenting. The old file only had 1 commenting style:
*<key>BBLMCommentLineDefault</key> <string>#</string>* followed by the multiline commenting: *<key>BBLMCommentPrefixDefault</key>* *<string>/*</string>* *<key>BBLMCommentSuffixDefault</key>* *<string>*/</string>* but in this language there are 3 styles for single line comments: "//", "#" and "--" I thought I'd be clever and change the single line comment key to: *<key>BBLMCommentLineDefault</key> <array> <string>#</string> <string>--</string> <string>//</string> </array>* everything works except "--" I suspect none of this made any difference BBEdit was processing "//" and "#" as default markers for a comment line. *Question*: How can I make BBEdit treat "--" as start of. comment line? Many thanks Stam -- This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@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/391dc232-391b-4778-a0f3-ebf32332c6e8n%40googlegroups.com.
