-
Notifications
You must be signed in to change notification settings - Fork 6
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
Detect Babashka .bb
file extension as Clojure
#38
Comments
Also detect |
Is this something as simple as adding And ftplugin/clojure.vim, too? |
Hi, yes it is, but when merging upstream to Vim, I may also need to manually add the |
Would it be OK if I work on this and submit a PR? |
Yes, of course :) |
Thank you @russtoku. After some changes due to The detection of unofficial Clojure files and file extensions such as let g:clojure_detect_unofficial_exts = 0 If you don't want this plugin installed but want this anyway, you can add the following to your Vim config: autocmd BufNewFile,BufRead {build,profile}.boot,*.bb,*.clj_kondo setlocal filetype=clojure |
No description provided.
The text was updated successfully, but these errors were encountered: