Hi, all. I'm a longtime BBEdit user but trying to create my first codeless language module.
I've put a minimum plist file, as described in the online CLM reference, in the ~/Library/Application Support/BBEdit/Language Modules folder but it doesn't appear in the language selection list after closing and restarting BBEdit. What am I missing? I'm on MacOS 26.1 and BBEdit 15.5.3. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>BBEditDocumentType</key> <string>CodelessLanguageModule</string> <key>BBLMLanguageCode</key> <string>timtest</string> <key>BBLMLanguageDisplayName</key> <string>timtest</string> </dict> </plist> -- 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 visit https://groups.google.com/d/msgid/bbedit/51a747cc-e929-476e-9594-df6e8b195e27n%40googlegroups.com.
