gregsh / Clojure-Kit

Clojure/ClojureScript plugin for IntelliJ-based IDEs
Other
248 stars 21 forks source link

Question: Configure file association #15

Closed pmeijer closed 6 years ago

pmeijer commented 6 years ago

I'm trying to use this plugin for a clojure dialect with a different file-extension that .clj. If I rename the files the plugin works great.

Is there a way to configure the plugin to highlight the syntax for other file-extensions?

gregsh commented 6 years ago

Sure. Just add the extension to Clojure file type in File Types settings page. https://www.jetbrains.com/help/idea/file-types.html

pmeijer commented 6 years ago

Works like a charm, thank you!