guns / vim-clojure-static

Meikel Brandmeyer's excellent Clojure runtime files
Other
420 stars 50 forks source link

Add `build.boot` to detected file types #75

Closed nwjsmith closed 8 years ago

nwjsmith commented 8 years ago

Boot's build files should be detected as Clojure files.

guns commented 8 years ago

Hi! Not familiar with boot:

Is *.boot necessary, or can we narrow this to build.boot?

nwjsmith commented 8 years ago

You're right, I think we can get away with just build.boot. If someone has changed the BOOT_FILE variable, they can add a pragma to the file themselves.

nwjsmith commented 8 years ago

Updated

nwjsmith commented 8 years ago

@guns 😥 forgot to git add, sorry for wasting your time with that.

guns commented 8 years ago

I just noticed this in the document you linked:

https://github.com/boot-clj/boot/wiki/Configuring-Boot#configuring-your-clojure-project

Looks like we can also add profile.boot?

nwjsmith commented 8 years ago

Good catch! Added.

guns commented 8 years ago

Thanks!