We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746dfd1 commit 7de8918Copy full SHA for 7de8918
src/socket_repl/socket_repl_plugin.clj
@@ -314,16 +314,16 @@
314
"menu" (or (str arglists) (str ns))
315
"info" (str doc)
316
"kind" (case type
317
- :class "t"
+ :class "c"
318
:function "f"
319
- :keyword "v"
+ :keyword "k"
320
:local (if arglists "f" "v")
321
- :macro "d"
+ :macro "m"
322
:method "f"
323
- :namespace "t"
324
- :resource "t"
325
- :special-form "d"
326
- :static-field "m"
+ :namespace "n"
+ :resource "r"
+ :special-form "s"
+ :static-field "l"
327
"")})
328
(edn/read-string (:val matches)))]
329
r)
0 commit comments