File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
- Fix brace matcher to insert closing brace for some missing cases.
6
+ - Add imcompatible tag with Cursive and Clojure-Kit plugins.
6
7
7
8
## 2.6.4
8
9
Original file line number Diff line number Diff line change 23
23
class =" com.github.clojure_lsp.intellij.extension.ClojureSemanticTokensColorsProvider" />
24
24
</extensions >
25
25
26
+ <incompatible-with >org.jetbrains.idea.clojure</incompatible-with >
27
+ <incompatible-with >com.cursiveclojure.cursive</incompatible-with >
28
+
26
29
<extensions defaultExtensionNs =" com.intellij" >
27
30
<fileType name =" clojure" language =" clojure" extensions =" clj;cljs;cljc;cljd;edn;bb;clj_kondo"
28
31
implementationClass =" com.github.clojure_lsp.intellij.ClojureFileType" fieldName =" INSTANCE" />
You can’t perform that action at this time.
0 commit comments