Hi, love the project! Is there any chance you could treat .bb (Babashka) files as .clj (Clojure) files? Babashka is a very popular Clojure interpreter widely used in the Clojure community and it shares the same syntax.
Here's the output of the mdls command on a .bb file
mdls -name kMDItemContentType -name kMDItemContentTypeTree myscript.bb
kMDItemContentType = "dyn.ah62d4rv4ge80e2u"
kMDItemContentTypeTree = (
"public.item",
"dyn.ah62d4rv4ge80e2u",
"public.data"
)
Thanks!
Hi, love the project! Is there any chance you could treat
.bb(Babashka) files as.clj(Clojure) files? Babashka is a very popular Clojure interpreter widely used in the Clojure community and it shares the same syntax.Here's the output of the
mdlscommand on a.bbfileThanks!