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 d6d9263 commit 8df89dfCopy full SHA for 8df89df
src/main/clojure/com/github/clojure_lsp/intellij/extension/semantic_token_provider.clj
@@ -15,7 +15,7 @@
15
(defn ^:private modifier? [modifier token-modifiers]
16
(some #(= modifier %) token-modifiers))
17
18
-(defn make-bold [^TextAttributesKey text-attribute-key]
+(defn ^:private make-bold [^TextAttributesKey text-attribute-key]
19
(TextAttributesKey/createTextAttributesKey
20
(str (.getExternalName text-attribute-key) "_BOLD")
21
(doto (.clone (.getDefaultAttributes text-attribute-key))
0 commit comments