File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/clojure/com/github/clojure_lsp/intellij/extension Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
[java.util List]
11
11
[org.eclipse.lsp4j SemanticTokenModifiers SemanticTokenTypes]))
12
12
13
+ (set! *warn-on-reflection* true )
14
+
13
15
(def ^:private default-provider (DefaultSemanticTokensColorsProvider. ))
14
16
15
17
(defn ^:private modifier? [modifier token-modifiers]
35
37
SemanticTokenTypes/Type SemanticTokensHighlightingColors/STATIC_PROPERTY
36
38
SemanticTokenTypes/Variable SemanticTokensHighlightingColors/READONLY_VARIABLE
37
39
SemanticTokenTypes/Keyword SemanticTokensHighlightingColors/NUMBER
38
- (.getTextAttributesKey default-provider token-type token-modifiers psi-file)))
40
+ (.getTextAttributesKey ^DefaultSemanticTokensColorsProvider default-provider token-type token-modifiers psi-file)))
You can’t perform that action at this time.
0 commit comments