On 13 Nov 2025, at 13:43, Tim Cutler wrote:
> 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.
Your language module is malformed and is missing crucial elements. BBEdit will log codeless language module errors; if you choose "Logs" from the Folders submenu on BBEdit's application menu, a Finder window will open showing the appropriate location, and the log file will be therein.
I recommend starting with the Codeless Language Module documentation at
https://www.barebones.com/support/develop/clm.html
R.
> <?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 "
sup...@barebones.com" 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
bbedit+un...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/bbedit/51a747cc-e929-476e-9594-df6e8b195e27n%40googlegroups.com.
--
Rich Siegel Bare Bones Software, Inc.
<
sie...@barebones.com> <
https://www.barebones.com/>
Someday I'll look back on all this and laugh... until they sedate me.