Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 99
Treat .bb files as .clj #362
Copy link
Copy link
Open
Description
Activity
Metadata
Metadata
Assignees
Labels
No labels
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!