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 1010 [java.util List]
1111 [org.eclipse.lsp4j SemanticTokenModifiers SemanticTokenTypes]))
1212
13+ (set! *warn-on-reflection* true )
14+
1315(def ^:private default-provider (DefaultSemanticTokensColorsProvider. ))
1416
1517(defn ^:private modifier? [modifier token-modifiers]
3537 SemanticTokenTypes/Type SemanticTokensHighlightingColors/STATIC_PROPERTY
3638 SemanticTokenTypes/Variable SemanticTokensHighlightingColors/READONLY_VARIABLE
3739 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