We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4c6d6 commit 069b041Copy full SHA for 069b041
src/org/jetbrains/plugin/devkt/clojure/Clojure.java
@@ -3,7 +3,6 @@
3
import org.ice1000.devkt.openapi.AnnotationHolder;
4
import org.ice1000.devkt.openapi.ColorScheme;
5
import org.ice1000.devkt.openapi.ExtendedDevKtLanguage;
6
-import org.ice1000.devkt.openapi.ui.IconLoader;
7
import org.jetbrains.annotations.NotNull;
8
import org.jetbrains.annotations.Nullable;
9
import org.jetbrains.kotlin.com.intellij.psi.PsiElement;
@@ -69,6 +68,9 @@ public Icon getIcon() {
69
68
"chars",
70
"objects");
71
private static final List<Object> reserved = Arrays.asList("def",
+ "defn",
72
+ "defmethod",
73
+ "defn-",
74
"if",
75
"do",
76
"quote",
0 commit comments