-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add default Clojure associations for file extensions .bb
and .cljd
#1617
Labels
Comments
Thanks for this issue! Maybe @borkdude knows of some more extension we could add as default? |
PEZ
changed the title
Does not support some extensions (.bb, .cljd) by default
Add default Clojure associations for file extensions Mar 24, 2022
.bb
and .cljd
Other than .bb from my side there are no special extensions. Thanks! |
This is now also added to lsp, so I'm closing the ticket |
I should learn the resolving commit message syntax better. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does not support some extensions (.bb, .cljd) by default.
.bb is for Babashka files
.cljd is for ClojureDart files (currently under private beta, will be released pretty soon)
Workaround is to change the language association manually via the setting
File: Association
, or at-will with the commandChange Language Mode
.Discussed here: https://clojurians.slack.com/archives/CBE668G4R/p1648009121586269
The text was updated successfully, but these errors were encountered: