Settings -> Open/Save -> Modes & Filetypes Filetype Sources/Clojure reads *.clj, *cljs Should be *.clj;*.cljs to be consistent with other entries. Once that change is made, Clojure and ClojureScript files highlight properly. Reproducible: Always Steps to Reproduce: 1. Open a non-empty clojure file with extension ending .clj Actual Results: No highlighting is shown. Expected Results: Syntax highlighting should occur. Fix: change extensions from *.clj, *cljs to *.clj;*.cljs
Git commit 263d0de7cf15e0035005bbbccf89479819932e55 by Christoph Cullmann. Committed on 11/07/2015 at 14:07. Pushed by cullmann into branch 'master'. add *.cljs M +2 -2 src/syntax/data/clojure.xml http://commits.kde.org/ktexteditor/263d0de7cf15e0035005bbbccf89479819932e55